Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Drawing/Makefile')
-rw-r--r--mcs/class/System.Drawing/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/mcs/class/System.Drawing/Makefile b/mcs/class/System.Drawing/Makefile
new file mode 100644
index 00000000000..3f9d13e2ed5
--- /dev/null
+++ b/mcs/class/System.Drawing/Makefile
@@ -0,0 +1,21 @@
+thisdir = class/System.Drawing
+include ../../build/rules.make
+SUBDIRS =
+
+LIBRARY = 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
+
+ifeq (net_1_1_java, $(PROFILE))
+LIB_MCS_FLAGS += \
+ -r:System.Xml.dll \
+ -r:rt.dll \
+ -r:J2SE.Helpers.dll
+endif
+
+include ../../build/library.make
+
+EXTRA_DISTFILES = Test/resources/indexed.png \ No newline at end of file