Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/build
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2009-06-04 20:54:04 +0400
committerMarek Safar <marek.safar@gmail.com>2009-06-04 20:54:04 +0400
commit20a0fed11c7e909088b6d778bb6754353ad55f27 (patch)
treee350409d9ba56d28ebb6b01674f82c82a9782e2e /mcs/build
parent8a3b69787f28fcc03dd73afa3569066f693f288b (diff)
Distribute the profiles
svn path=/trunk/mcs/; revision=135453
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/Makefile4
-rw-r--r--mcs/build/profiles/net_4_0.make2
2 files changed, 4 insertions, 2 deletions
diff --git a/mcs/build/Makefile b/mcs/build/Makefile
index 3f6a89897f3..e6df754547e 100644
--- a/mcs/build/Makefile
+++ b/mcs/build/Makefile
@@ -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 \
diff --git a/mcs/build/profiles/net_4_0.make b/mcs/build/profiles/net_4_0.make
index 98e55f8be25..15cf8372069 100644
--- a/mcs/build/profiles/net_4_0.make
+++ b/mcs/build/profiles/net_4_0.make
@@ -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