2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / build / profiles / net_4_0_bootstrap.make
blob77645a18d0b70e5aa655ee2a2fba8405aad39cd4
1 # -*- makefile -*-
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
7 profile-check:
9 PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:BOOTSTRAP_NET_4_0
10 FRAMEWORK_VERSION = 4.0
11 NO_SIGN_ASSEMBLY = yes
12 NO_TEST = yes
13 NO_INSTALL = yes