* gdipFunctions.cs: Corrected signatures of GdipPathIterCopyData and
[mono.git] / mcs / class / System.Drawing / Makefile
index 99122d5b3adf5532e726de3bb40785777fdfc348..f3fc424f46b1ea54fb1a3956cf0cef4f9b081b0e 100644 (file)
@@ -1,18 +1,11 @@
 thisdir = class/System.Drawing
 include ../../build/rules.make
-ifeq ($(PLATFORM),win32)
 SUBDIRS = 
-else
-SUBDIRS = gdiplus 
-endif
-
-# 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
-NO_TEST = yes
+
+LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll /nowarn:649 /nowarn:169
+
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618 /r:System.Drawing.dll 
 
 include ../../build/library.make