1ac6af0ef583e1b1bf44e0fd925d04b161d45ce9
[mono.git] / mcs / build / profiles / monotouch_bootstrap.make
1 #! -*- makefile -*-
2
3 INTERNAL_SMCS = $(RUNTIME) $(RUNTIME_FLAGS) --security=temporary-smcs-hack $(topdir)/class/lib/$(PROFILE)/smcs.exe
4
5 BOOTSTRAP_PROFILE = net_2_0
6 BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
7 MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_SMCS)
8
9 profile-check:
10         @:
11
12 PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -d:MONOTOUCH
13 FRAMEWORK_VERSION = 2.1
14 NO_TEST = yes
15
16 # the tuner takes care of the install
17 NO_INSTALL = yes