Makefile 497 B

123456789101112131415161718192021
  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 = /unsafe \
  7. /r:$(corlib) /r:System.dll /r:System.Xml.dll \
  8. /r:System.Drawing.dll /r:Accessibility.dll \
  9. /nowarn:649 /nowarn:169 /nowarn:67 /nowarn:108 /nowarn:114
  10. EXTRA_DISTFILES = \
  11. CheckOutList \
  12. README
  13. NO_TEST = yes
  14. # FIXME: there is a lot of undisted test stuff at the moment,
  15. # I think.
  16. include ../../build/library.make