1 thisdir
= class
/System.Web.Routing
3 include ..
/..
/build
/rules.make
5 LIBRARY
= System.Web.Routing.dll
10 /r
:System.Web.Abstractions.dll
12 ifeq (2.0, $(FRAMEWORK_VERSION
))
13 # This is a .NET 3.5 only assembly, but built during the 2.0 build
14 LIB_MCS_FLAGS
+= -d
:NET_3_5
-d
:SYSTEMCORE_DEP
18 LIB_MCS_FLAGS
+= -define:DEBUG
21 TEST_MCS_FLAGS
= $(LIB_MCS_FLAGS
)
25 # This is a .NET 3.5+ assembly
26 VALID_PROFILE
:= $(filter net_2_0 net_4_0
, $(PROFILE
))
28 LIBRARY_NAME
= dummy-System.Web.Routing.dll
30 NO_SIGN_ASSEMBLY
= yes
34 include ..
/..
/build
/library.make