Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / build / profiles / moonlight_bootstrap.make
1 #! -*- makefile -*-
2
3 INTERNAL_SMCS = $(RUNTIME) $(RUNTIME_FLAGS) --security=temporary-smcs-hack $(topdir)/class/lib/$(PROFILE)/smcs.exe
4 INTERNAL_GMCS = $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/basic/gmcs.exe
5
6 BOOTSTRAP_PROFILE = basic
7 BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
8 MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_SMCS)
9
10 # We can enable this if System.dll depends new features of the mscorlib.dll from this profile
11 #PROFILE_MCS_HAS_BOOTSTRAP_FALLBACK = yes
12
13 profile-check:
14         @:
15
16 PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -d:MOONLIGHT
17 FRAMEWORK_VERSION = 2.1
18 NO_TEST = yes
19
20 # the tuner takes care of the install
21 NO_INSTALL = yes