* Brush.cs: added texture brush with transform tests
[mono.git] / mcs / class / System.Drawing / Makefile
index 6c8caecd954a93864e66642b617033dc9b99bff8..bfd94f047e170536065098e6e083206ae39b5411 100644 (file)
@@ -2,14 +2,13 @@ thisdir = class/System.Drawing
 include ../../build/rules.make
 SUBDIRS = 
 
-# to use JPEG decoder add -r ./cdeclRedirector/cdeclCallback.dll 
-# and remove -define:DECLARE_CDECL_DELEGATES
-# cdeclCallback.dll should be manually copied to library folder
-
 LIBRARY = System.Drawing.dll
-LIB_MCS_FLAGS = /unsafe /define:DECLARE_CDECL_DELEGATES /r:$(corlib) \
-               /r:System.dll /nowarn:649 /nowarn:169
 
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /r:System.Drawing.dll 
+LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll /nowarn:649 /nowarn:169
+
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -resource:Test/resources/indexed.png,indexed.png \
+        /r:System.Drawing.dll -nowarn:0618 -nowarn:219 -nowarn:169 -nowarn:1595
 
 include ../../build/library.make
+
+EXTRA_DISTFILES = Test/resources/indexed.png
\ No newline at end of file