Add a mono_arch_context_set_int_reg () function, amd64 only for now.
[mono-project/dkf.git] / mcs / class / System.ServiceModel.Syndication / Makefile
blob4f7ec0b2e1329167835c6d7d08627e96d0c4b8c7
1 thisdir = class/System.ServiceModel.Syndication
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.ServiceModel.Syndication.dll
6 LIB_MCS_FLAGS = -r:System.dll -r:System.Xml.dll -r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.Core.dll
8 ifeq (moonlight_raw, $(PROFILE))
9 LIB_MCS_FLAGS += /r:System.Xml.Serialization.dll
10 endif
12 ifneq (2.1, $(FRAMEWORK_VERSION))
13 LIB_MCS_FLAGS += /r:System.Configuration.dll
14 endif
16 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
18 EXTRA_DISTFILES = $(RESOURCE_FILES)
20 VALID_PROFILE := $(filter 2.1, $(FRAMEWORK_VERSION))
21 ifndef VALID_PROFILE
22 LIBRARY_NAME = dummy-System.ServiceModel.Syndication.dll
23 NO_INSTALL = yes
24 NO_SIGN_ASSEMBLY = yes
25 endif
27 include ../../build/library.make