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/Makefile
parente348cb5e2d493ac50800fb433d20ff5eee5b0b44 (diff)
Introduce separate .net 4.5 profile
Diffstat (limited to 'mcs/build/Makefile')
-rw-r--r--mcs/build/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/build/Makefile b/mcs/build/Makefile
index b6d41e0c05f..14c2a5da6e4 100644
--- a/mcs/build/Makefile
+++ b/mcs/build/Makefile
@@ -21,7 +21,8 @@ PROFILES = \
net_2_0 \
moonlight_raw \
net_3_5 \
- net_4_0
+ net_4_0 \
+ net_4_5
COMMON_SRCS = \
Consts.cs.in \