Makefile 430 B

12345678910111213141516
  1. thisdir = class/System.Data.Services
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.Data.Services.dll
  5. LIB_REFS = System System.Core System.ServiceModel System.ServiceModel.Web System.Data.Services.Client
  6. LIB_MCS_FLAGS = -d:NET_3_5
  7. ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
  8. LIB_REFS += System.ServiceModel.Activation
  9. endif
  10. TEST_MCS_FLAGS = -r:System.ServiceModel.dll -r:System.Core.dll
  11. include ../../build/library.make