The set of /nowarn arguments is now set on a per library basis
[mono.git] / mcs / class / System.Drawing / Makefile
1 thisdir = class/System.Drawing
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 # to use JPEG decoder add -r ./cdeclRedirector/cdeclCallback.dll 
6 # and remove -define:DECLARE_CDECL_DELEGATES
7 # cdeclCallback.dll should be manually copied to library folder
8
9 LIBRARY = System.Drawing.dll
10 LIB_MCS_FLAGS = /unsafe /define:DECLARE_CDECL_DELEGATES /r:$(corlib) \
11                 /r:System.dll /nowarn:649 /nowarn:169
12 NO_TEST = yes
13
14 include ../../build/library.make