Navigation Menu

Skip to content

Commit

Permalink
backport missing file for monotouch build
Browse files Browse the repository at this point in the history
svn path=/branches/mono-2-6/mcs/; revision=145602
  • Loading branch information
Geoff Norton committed Nov 6, 2009
1 parent 1ad7c28 commit 3b38f04
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 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

0 comments on commit 3b38f04

Please sign in to comment.