makefile 398 B

1234567891011121314151617181920
  1. thisdir = class/System.Web
  2. SUBDIRS = Test
  3. include ../../build/rules.make
  4. LIBRARY = System.Web.dll
  5. LIB_MCS_FLAGS = \
  6. /nowarn:649 /nowarn:169 \
  7. /r:$(corlib) \
  8. /r:System.dll \
  9. /r:System.Drawing.dll \
  10. /r:System.Xml.dll
  11. NO_TEST = yes
  12. EXTRA_DISTFILES = \
  13. System.Web/NOTES \
  14. System.Web/TODO \
  15. System.Web.UI/TODO \
  16. System.Web.UI.WebControls/TODO \
  17. include ../../build/library.make