| 12345678910111213141516171819 |
- thisdir = class/System.Windows.Forms
- SUBDIRS = SWFTest
- DIST_ONLY_SUBDIRS = Gtk
- include ../../build/rules.make
- LIBRARY = System.Windows.Forms.dll
- LIB_MCS_FLAGS = /nowarn:0108 /nowarn:0114 /unsafe \
- /r:$(corlib) /r:System.dll /r:System.Xml.dll \
- /r:System.Drawing.dll /r:Accessibility.dll
- EXTRA_DISTFILES = \
- CheckOutList \
- README
- NO_TEST = yes
- # FIXME: there is a lot of undisted test stuff at the moment,
- # I think.
- include ../../build/library.make
|