Makefile 460 B

12345678910111213141516171819
  1. thisdir = class/System.Windows.Forms
  2. SUBDIRS = SWFTest
  3. DIST_ONLY_SUBDIRS = Gtk
  4. include ../../build/rules.make
  5. LIBRARY = System.Windows.Forms.dll
  6. LIB_MCS_FLAGS = /nowarn:0108 /nowarn:0114 /unsafe \
  7. /r:$(corlib) /r:System.dll /r:System.Xml.dll \
  8. /r:System.Drawing.dll /r:Accessibility.dll
  9. EXTRA_DISTFILES = \
  10. CheckOutList \
  11. README
  12. NO_TEST = yes
  13. # FIXME: there is a lot of undisted test stuff at the moment,
  14. # I think.
  15. include ../../build/library.make