merge -r 58060:58217
[mono.git] / mcs / class / System.Drawing / Makefile
1 thisdir = class/System.Drawing
2 include ../../build/rules.make
3 SUBDIRS = 
4
5 LIBRARY = System.Drawing.dll
6
7 LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll /nowarn:649 /nowarn:169
8
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -resource:Test/resources/indexed.png,indexed.png \
10          /r:System.Drawing.dll -nowarn:0618 -nowarn:219 -nowarn:169 -nowarn:1595
11
12 ifeq (net_1_1_java, $(PROFILE))
13 LIB_MCS_FLAGS +=                                \
14         -r:System.Xml.dll                       \
15         -r:rt.dll                               \
16         -r:J2SE.Helpers.dll \
17         -res:Assembly\Application.ico \
18         -res:Assembly\Asterisk.ico \
19         -res:Assembly\Error.ico \
20         -res:Assembly\Exclamation.ico \
21         -res:Assembly\Hand.ico \
22         -res:Assembly\Information.ico \
23         -res:Assembly\Question.ico  \
24         -res:Assembly\Warning.ico \
25         -res:Assembly\WinLogo.ico
26
27 EXTRA_DISTFILES =       \
28         Assembly\Application.ico \
29         Assembly\Asterisk.ico \
30         Assembly\Error.ico \
31         Assembly\Exclamation.ico \
32         Assembly\Hand.ico \
33         Assembly\Information.ico \
34         Assembly\Question.ico  \
35         Assembly\Warning.ico \
36         Assembly\WinLogo.ico
37 endif
38
39 include ../../build/library.make
40
41 EXTRA_DISTFILES = Test/resources/indexed.png