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
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2011-09-23 22:37:04 +0400
committerMarek Safar <marek.safar@gmail.com>2011-09-23 22:37:04 +0400
commit3ecb5142f69c0484dc382f08eb6f5613f7395123 (patch)
tree3e98f9aa38d250af6b80ceb28872b7a9aaa360c0 /mcs/build/config-default.make
parente348cb5e2d493ac50800fb433d20ff5eee5b0b44 (diff)
Introduce separate .net 4.5 profile
Diffstat (limited to 'mcs/build/config-default.make')
-rw-r--r--mcs/build/config-default.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/build/config-default.make b/mcs/build/config-default.make
index a6969592c55..4a4794c685c 100644
--- a/mcs/build/config-default.make
+++ b/mcs/build/config-default.make
@@ -30,6 +30,7 @@ TEST_RUNTIME = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATO
DEFAULT_MCS_FLAGS := $(MCS_FLAGS)
DEFAULT_MBAS_FLAGS := $(MBAS_FLAGS)
+DEFAULT_PROFILE := net_4_5
# You shouldn't need to set these but might on a
# weird platform.