**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Drawing / Makefile
blobf3fc424f46b1ea54fb1a3956cf0cef4f9b081b0e
1 thisdir = class/System.Drawing
2 include ../../build/rules.make
3 SUBDIRS =
5 LIBRARY = System.Drawing.dll
7 LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll /nowarn:649 /nowarn:169
9 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618 /r:System.Drawing.dll
11 include ../../build/library.make