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:
authorZoltan Varga <vargaz@gmail.com>2009-06-03 02:11:40 +0400
committerZoltan Varga <vargaz@gmail.com>2009-06-03 02:11:40 +0400
commitd0da8828d9a3804c3e079c91b46e6bec6dc52910 (patch)
treeb2d623c391416072e35ce3176033fa449c222918 /mcs/build
parentef06a7c25b175bb03c59c2eae80fcc95532d8380 (diff)
2009-06-03 Zoltan Varga <vargaz@gmail.com>
* profiles/net_4_0.make: Add preliminary net 4.0 profile. svn path=/trunk/mcs/; revision=135245
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/ChangeLog4
-rw-r--r--mcs/build/profiles/net_4_0.make13
2 files changed, 17 insertions, 0 deletions
diff --git a/mcs/build/ChangeLog b/mcs/build/ChangeLog
index 1dc148fe890..c875de4b20a 100644
--- a/mcs/build/ChangeLog
+++ b/mcs/build/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-03 Zoltan Varga <vargaz@gmail.com>
+
+ * profiles/net_4_0.make: Add preliminary net 4.0 profile.
+
2009-04-09 Jonathan Pryor <jpryor@novell.com>
* executable.make, library.make: Move the include for tests.make so
diff --git a/mcs/build/profiles/net_4_0.make b/mcs/build/profiles/net_4_0.make
new file mode 100644
index 00000000000..6e9c6fbfdf5
--- /dev/null
+++ b/mcs/build/profiles/net_4_0.make
@@ -0,0 +1,13 @@
+# -*- makefile -*-
+
+BOOTSTRAP_PROFILE = net_2_0
+BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
+MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
+
+# nuttzing!
+
+profile-check:
+ @:
+
+PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_4_0
+FRAMEWORK_VERSION = 4.0