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:
authorGeoff Norton <grompf@sublimeintervention.com>2009-11-06 19:59:31 +0300
committerGeoff Norton <grompf@sublimeintervention.com>2009-11-06 19:59:31 +0300
commit3b38f047542ba643c5123a056238f7541c299392 (patch)
tree9f1c11509034251a00e847b6a5fd98ebe5fd994e /mcs/build
parent1ad7c28cc7ed9d4005926be89490fde2315c9a0e (diff)
backport missing file for monotouch build
svn path=/branches/mono-2-6/mcs/; revision=145602
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/profiles/monotouch_bootstrap.make17
1 files changed, 17 insertions, 0 deletions
diff --git a/mcs/build/profiles/monotouch_bootstrap.make b/mcs/build/profiles/monotouch_bootstrap.make
new file mode 100644
index 00000000000..1ac6af0ef58
--- /dev/null
+++ b/mcs/build/profiles/monotouch_bootstrap.make
@@ -0,0 +1,17 @@
+#! -*- makefile -*-
+
+INTERNAL_SMCS = $(RUNTIME) $(RUNTIME_FLAGS) --security=temporary-smcs-hack $(topdir)/class/lib/$(PROFILE)/smcs.exe
+
+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)$(topdir)/class/lib/$(BOOTSTRAP_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