1 thisdir
= class
/System.ServiceModel.Routing
3 include ..
/..
/build
/rules.make
5 LIBRARY
= System.ServiceModel.Routing.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 ifneq (2.1, $(FRAMEWORK_VERSION
))
9 LIB_MCS_FLAGS
+= -d
:NET_3_5
-d
:NET_3_0 \
10 -r
:System.Configuration.dll
13 TEST_MCS_FLAGS
= $(LIB_MCS_FLAGS
)
15 EXTRA_DISTFILES
= $(RESOURCE_FILES
)
17 VALID_PROFILE
:= $(filter 2.0 2.1 4.0, $(FRAMEWORK_VERSION
))
19 LIBRARY_NAME
= dummy-System.ServiceModel.Routing.dll
21 NO_SIGN_ASSEMBLY
= yes
24 include ..
/..
/build
/library.make