copying the latest Sys.Web.Services from trunk.
[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) /r:System.Drawing.dll -nowarn:0618 -nowarn:219 -nowarn:169
10
11 include ../../build/library.make