| 123456789101112131415161718192021 |
- thisdir = class/System.Windows.Forms
- SUBDIRS = SWFTest
- DIST_ONLY_SUBDIRS = Gtk
- include ../../build/rules.make
- LIBRARY = System.Windows.Forms.dll
- LIB_MCS_FLAGS = /unsafe \
- /r:$(corlib) /r:System.dll /r:System.Xml.dll \
- /r:System.Drawing.dll /r:Accessibility.dll \
- /nowarn:649 /nowarn:169 /nowarn:67 /nowarn:108 /nowarn:114
- 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
|