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:
authorJb Evain <jbevain@gmail.com>2009-07-20 20:00:04 +0400
committerJb Evain <jbevain@gmail.com>2009-07-20 20:00:04 +0400
commita11361bd108bdeedb8224c9313f88299a53f14d7 (patch)
tree743b2f7c91f6de4979671ba5a5d4fb653c58172a /mcs/build
parent875472ae3a84a1b6712854e307eba9b1af517d48 (diff)
2009-07-20 Jb Evain <jbevain@novell.com>
* profiles/monotouch.make: add monotouch profile. svn path=/trunk/mcs/; revision=138223
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/ChangeLog4
-rw-r--r--mcs/build/profiles/monotouch.make19
2 files changed, 23 insertions, 0 deletions
diff --git a/mcs/build/ChangeLog b/mcs/build/ChangeLog
index d2233f5bb63..b7e5d6ad6e1 100644
--- a/mcs/build/ChangeLog
+++ b/mcs/build/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-20 Jb Evain <jbevain@novell.com>
+
+ * profiles/monotouch.make: add monotouch profile.
+
2009-07-16 Raja R Harinath <harinath@hurrynot.org>
* profiles/net_2_0_bootstrap.make (BOOTSTRAP_PROFILE): Set to
diff --git a/mcs/build/profiles/monotouch.make b/mcs/build/profiles/monotouch.make
new file mode 100644
index 00000000000..4966cda41d6
--- /dev/null
+++ b/mcs/build/profiles/monotouch.make
@@ -0,0 +1,19 @@
+#! -*- makefile -*-
+
+my_runtime = $(RUNTIME) $(RUNTIME_FLAGS) --security=temporary-smcs-hack
+INTERNAL_SMCS = $(my_runtime) $(topdir)/class/lib/$(PROFILE)/smcs.exe
+
+BOOTSTRAP_PROFILE = net_2_1_bootstrap
+
+BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(my_runtime) $(topdir)/class/lib/$(BOOTSTRAP_PROFILE)/smcs.exe
+MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_SMCS)
+
+profile-check:
+ @:
+
+PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -d:MONOTOUCH
+FRAMEWORK_VERSION = 2.1
+NO_TEST = yes
+
+# the tuner takes care of the install
+NO_INSTALL = yes