oops
[mono.git] / mcs / class / System.Drawing / Makefile
1 thisdir = class/System.Drawing
2 include ../../build/rules.make
3 ifeq ($(PLATFORM),win32)
4 SUBDIRS = 
5 else
6 SUBDIRS = gdiplus 
7 endif
8
9 # to use JPEG decoder add -r ./cdeclRedirector/cdeclCallback.dll 
10 # and remove -define:DECLARE_CDECL_DELEGATES
11 # cdeclCallback.dll should be manually copied to library folder
12
13 LIBRARY = System.Drawing.dll
14 LIB_MCS_FLAGS = /unsafe /define:DECLARE_CDECL_DELEGATES /r:$(corlib) \
15                 /r:System.dll /nowarn:649 /nowarn:169
16 NO_TEST = yes
17
18 include ../../build/library.make