2010-04-15 Jb Evain <jbevain@novell.com>
[mcs.git] / build / profiles / net_1_1.make
blob31f830d3279a7eeeaaaa0e71e8fc801101cb2dbf
1 # -*- makefile -*-
3 # The default 'bootstrap' profile -- builds so that we link against
4 # the libraries as we build them.
6 # We use the platform's native C# runtime and compiler if possible.
8 # Note that we have sort of confusing terminology here; BOOTSTRAP_MCS
9 # is what allows us to bootstrap ourselves, but when we are bootstrapping,
10 # we use INTERNAL_MCS.
12 # When bootstrapping, compile against our new assemblies.
13 # (MONO_PATH doesn't just affect what assemblies are loaded to
14 # run the compiler; /r: flags are by default loaded from whatever's
15 # in the MONO_PATH too).
17 BOOTSTRAP_PROFILE = net_1_1_bootstrap
18 BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(BOOTSTRAP_PROFILE)/mcs.exe
19 MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_MCS)
20 MBAS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_MBAS)
22 # nuttzing!
24 profile-check:
26 PROFILE_MCS_FLAGS = -d:NET_1_1 -d:ONLY_1_1
27 PROFILE_MBAS_FLAGS = -d:NET_1_1 -d:ONLY_1_1
28 FRAMEWORK_VERSION = 1.0