Makefile 503 B

12345678910111213141516171819202122
  1. thisdir = class/System.ServiceModel.Internals
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. ifndef NO_MULTIPLE_APPDOMAINS
  5. REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_MULTIPLE_APPDOMAINS
  6. endif
  7. LIBRARY = System.ServiceModel.Internals.dll
  8. LIB_REFS = System System.Core System.Xml
  9. ifneq (2.1, $(FRAMEWORK_VERSION))
  10. LIB_REFS += System.Configuration
  11. endif
  12. LIB_MCS_FLAGS = /unsafe $(REFERENCE_SOURCES_FLAGS)
  13. TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
  14. EXTRA_DISTFILES =
  15. NO_TEST = yes
  16. include ../../build/library.make