2004-03-03 Nick Drochak <ndrochak@ieee.org>
[mono.git] / mcs / class / System.Drawing / Makefile
1 thisdir = class/System.Drawing
2 include ../../build/rules.make
3 SUBDIRS = 
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
13 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /r:System.Drawing.dll 
14
15 include ../../build/library.make