makefile 328 B

12345678910111213141516
  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 \
  7. /r:$(corlib) \
  8. /r:System.dll \
  9. /r:System.Drawing.dll \
  10. /r:System.Data.dll \
  11. /r:System.Xml.dll \
  12. /r:System.EnterpriseServices.dll
  13. HAS_TEST = yes
  14. include ../../build/library.make