Distribute the profiles
authorMarek Safar <marek.safar@gmail.com>
Thu, 4 Jun 2009 16:54:04 +0000 (16:54 -0000)
committerMarek Safar <marek.safar@gmail.com>
Thu, 4 Jun 2009 16:54:04 +0000 (16:54 -0000)
svn path=/trunk/mcs/; revision=135453

mcs/build/Makefile
mcs/build/profiles/net_4_0.make

index 3f6a89897f3b1042da5aed4add9149a7306a83f5..e6df754547ea2af5b75abf97fe0bfbef80062ed2 100644 (file)
@@ -25,7 +25,9 @@ PROFILES = \
        net_2_1_raw \
        net_2_1 \
        net_1_0 \
-       net_3_5
+       net_3_5 \
+       net_4_0_bootstrap \
+       net_4_0 
 
 COMMON_SRCS = \
        Consts.cs.in                    \
index 98e55f8be25ebc60cc6e3ddf1b4548b4bd2d3173..15cf837206956b61189d8c487091e182829a8ef8 100644 (file)
@@ -13,5 +13,5 @@ MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_
 profile-check:
        @:
 
-PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_4_0
+PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0
 FRAMEWORK_VERSION = 4.0