[build] Change the way how mcs references are passed to compiler to always use full...
[mono.git] / mcs / class / PEAPI / Makefile
1 thisdir = class/PEAPI
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = PEAPI.dll
6 LIB_REFS = System
7 LIB_MCS_FLAGS = -nowarn:414,618
8 NO_TEST = yes
9
10 EXTRA_DISTFILES = README.txt
11
12 include ../../build/library.make