2003-05-29 Nick Drochak <ndrochak@gol.com>
[mono.git] / mcs / class / System.Windows.Forms / Makefile
1 thisdir = class/System.Windows.Forms
2 SUBDIRS = SWFTest
3 DIST_ONLY_SUBDIRS = Gtk
4 include ../../build/rules.make
5
6 LIBRARY = System.Windows.Forms.dll
7 LIB_MCS_FLAGS = /unsafe \
8         /r:$(corlib) /r:System.dll /r:System.Xml.dll \
9         /r:System.Drawing.dll /r:Accessibility.dll \
10         /nowarn:649 /nowarn:169 /nowarn:67 /nowarn:108 /nowarn:114
11
12 EXTRA_DISTFILES = \
13         CheckOutList                    \
14         README
15
16 NO_TEST = yes
17
18 # FIXME: there is a lot of undisted test stuff at the moment,
19 # I think.
20
21 include ../../build/library.make