(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System.Windows.Forms / Makefile
blob431a12924400aca5604da9b9b03f3904c8bb6021
1 thisdir = class/System.Windows.Forms
2 SUBDIRS = SWFTest
3 DIST_ONLY_SUBDIRS = Gtk
4 include ../../build/rules.make
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
12 EXTRA_DISTFILES = \
13 CheckOutList \
14 README
16 NO_TEST = yes
18 # FIXME: there is a lot of undisted test stuff at the moment,
19 # I think.
21 include ../../build/library.make