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:
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/Makefile3
-rw-r--r--mcs/build/profiles/xbuild_14.make7
2 files changed, 9 insertions, 1 deletions
diff --git a/mcs/build/Makefile b/mcs/build/Makefile
index ce026ae275f..34d857a65f5 100644
--- a/mcs/build/Makefile
+++ b/mcs/build/Makefile
@@ -22,7 +22,8 @@ PROFILES = \
net_3_5 \
net_4_0 \
net_4_5 \
- xbuild_12
+ xbuild_12 \
+ xbuild_14
COMMON_SRCS = \
Consts.cs.in \
diff --git a/mcs/build/profiles/xbuild_14.make b/mcs/build/profiles/xbuild_14.make
new file mode 100644
index 00000000000..cc55a1ded3b
--- /dev/null
+++ b/mcs/build/profiles/xbuild_14.make
@@ -0,0 +1,7 @@
+# -*- makefile -*-
+
+include $(topdir)/build/profiles/net_4_5.make
+
+PROFILE_MCS_FLAGS := $(PROFILE_MCS_FLAGS) -d:XBUILD_12 -d:XBUILD_14 -lib:$(topdir)/class/lib/net_4_5
+
+XBUILD_VERSION = 14.0