2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / build / profiles / moonlight_bootstrap.make
blob243fc6518f5f5dd100a9d40e776af13454d5b1d4
1 #! -*- makefile -*-
3 INTERNAL_SMCS = $(RUNTIME) $(RUNTIME_FLAGS) --security=temporary-smcs-hack $(topdir)/class/lib/$(PROFILE)/smcs.exe
5 BOOTSTRAP_PROFILE = basic
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)
9 # We can enable this if System.dll depends new features of the mscorlib.dll from this profile
10 #PROFILE_MCS_HAS_BOOTSTRAP_FALLBACK = yes
12 profile-check:
15 PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -d:MOONLIGHT
16 FRAMEWORK_VERSION = 2.1
17 NO_TEST = yes
19 # the tuner takes care of the install
20 NO_INSTALL = yes