forward quadTo to curveTo
[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 include ../../build/library.make
13
14 EXTRA_DISTFILES = Test/resources/indexed.png