missing properties, fixed bugs
[mono.git] / mcs / class / Managed.Windows.Forms / Makefile
1 thisdir = class/System.Windows.Forms
2 include ../../build/rules.make
3
4 LIBRARY = System.Windows.Forms.dll
5 LIB_MCS_FLAGS = /unsafe \
6         /r:$(corlib) /r:System.dll /r:System.Xml.dll \
7         /r:System.Drawing.dll /r:Accessibility.dll \
8         /r:Mono.Posix.dll \
9         /nowarn:649 /nowarn:169 /nowarn:67 /nowarn:108 /nowarn:114
10
11 EXTRA_DISTFILES = \
12         README
13 \r
14 TEST_MCS_FLAGS = /r:System.Drawing.dll
15
16 include ../../build/library.make