Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « PEAPI « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a409393f1968944b8ad318996c6d4c346d835950 (plain)
1
2
3
4
5
6
7
8
9
10
11
thisdir = class/PEAPI
SUBDIRS = 
include ../../build/rules.make

LIBRARY = PEAPI.dll
LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll -nowarn:414,618
NO_TEST = yes

EXTRA_DISTFILES = README.txt

include ../../build/library.make