2010-01-03 Zoltan Varga <vargaz@gmail.com>
[mcs.git] / build / profiles / net_2_0_bootstrap.make
blobc60c6d5fd01fce39bdecc9c7b70fe0d0d3a3dfb5
1 # -*- makefile -*-
4 # Note that we're using the .NET 1.1 MCS but MONO_PATH points to the net_2_0_bootstrap directory.
5 # We do it this way to get assembly version references right.
7 BOOTSTRAP_PROFILE = net_1_1_bootstrap
8 BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(BOOTSTRAP_PROFILE)/mcs.exe
9 MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(PROFILE)/gmcs.exe
11 profile-check:
13 PROFILE_MCS_FLAGS = -d:NET_1_1 -d:BOOTSTRAP_NET_2_0
14 FRAMEWORK_VERSION = 2.0
15 NO_SIGN_ASSEMBLY = yes
16 NO_TEST = yes
17 NO_INSTALL = yes