Makefile 386 B

1234567891011121314151617181920
  1. thisdir = class/System.Data.Services.Client
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Data.Services.Client.dll
  5. LIB_MCS_FLAGS = \
  6. -d:NET_3_5 \
  7. -r:System.dll \
  8. -r:System.Core.dll \
  9. -r:System.Xml.Linq.dll \
  10. -r:System.Data.dll \
  11. -r:System.Xml.dll \
  12. -warn:2
  13. ifneq (2.1, $(FRAMEWORK_VERSION))
  14. LIB_MCS_FLAGS += -r:WindowsBase
  15. endif
  16. include ../../build/library.make