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

Makefile « System.Drawing « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f9d13e2ed509a5a8035c6d7970f4461116f1695 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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