Makefile 357 B

123456789101112131415
  1. thisdir = class/System.Web.Services
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Web.Services.dll
  5. LIB_MCS_FLAGS = \
  6. /nowarn:649 /nowarn:169 \
  7. /r:$(corlib) \
  8. /r:System.dll \
  9. /r:System.EnterpriseServices.dll \
  10. /r:System.Xml.dll \
  11. /r:System.Web.dll
  12. TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618
  13. include ../../build/library.make