New build system from Peter Williams (peter@newton.cx)
[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 = /nowarn:0108 /nowarn:0114 /unsafe \
8         /r:$(corlib) /r:System.dll /r:System.Xml.dll \
9         /r:System.Drawing.dll /r:Accessibility.dll
10 EXTRA_DISTFILES = \
11         CheckOutList                    \
12         README
13
14 NO_TEST = yes
15
16 # FIXME: there is a lot of undisted test stuff at the moment,
17 # I think.
18
19 include ../../build/library.make