allow profiles to build System.dll with the profile compiler rather than the bootstra...
[mono.git] / mcs / build / profiles / net_4_0_bootstrap.make
1 # -*- makefile -*-
2
3 BOOTSTRAP_PROFILE = net_2_0
4 BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(BOOTSTRAP_PROFILE)/gmcs.exe
5 MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/dmcs.exe
6
7 # we have BOOTSTRAP_PROFILE listed in the MONO_PATH of MCS
8 PROFILE_MCS_HAS_BOOTSTRAP_FALLBACK = yes
9
10 profile-check: 
11
12 PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0
13 FRAMEWORK_VERSION = 4.0
14 NO_SIGN_ASSEMBLY = yes
15 NO_TEST = yes
16 NO_INSTALL = yes
17