X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2Fprofiles%2Fdefault.make;h=31f830d3279a7eeeaaaa0e71e8fc801101cb2dbf;hb=496dfbf9ec0fd3143e5dd560a863d916e56a52b8;hp=cabf57344f7edd62940f10f95d2767e469436fad;hpb=1878b3ed9ba0551023a1dfda3432157f77b2828b;p=mono.git diff --git a/mcs/build/profiles/default.make b/mcs/build/profiles/default.make index cabf57344f7..31f830d3279 100644 --- a/mcs/build/profiles/default.make +++ b/mcs/build/profiles/default.make @@ -14,16 +14,15 @@ # run the compiler; /r: flags are by default loaded from whatever's # in the MONO_PATH too). -ifdef PLATFORM_MONO_NATIVE -MCS = MONO_PATH="$(topdir)/class/lib:$$MONO_PATH" $(INTERNAL_MCS) -TEST_RUNTIME = MONO_PATH=".:$$MONO_PATH" $(RUNTIME) --debug -else -MCS = $(PLATFORM_RUNTIME) $(BOOTSTRAP_MCS) /lib:$(topdir)/class/lib -endif +BOOTSTRAP_PROFILE = net_1_1_bootstrap +BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) $(RUNTIME_FLAGS) $(topdir)/class/lib/$(BOOTSTRAP_PROFILE)/mcs.exe +MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_MCS) +MBAS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_MBAS) # nuttzing! profile-check: -# Causes some build errors -#PROFILE_MCS_FLAGS = /d:NET_1_1 +PROFILE_MCS_FLAGS = -d:NET_1_1 -d:ONLY_1_1 +PROFILE_MBAS_FLAGS = -d:NET_1_1 -d:ONLY_1_1 +FRAMEWORK_VERSION = 1.0