2010-03-17 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / build / profiles / net_2_0.make
index 1134f82fd9634242687ae91458fa7d8166b1a956..ff0b7715f178d3810754da149898d94d7a1653f4 100644 (file)
@@ -1,28 +1,14 @@
 # -*- makefile -*-
-#
-# The default 'bootstrap' profile -- builds so that we link against
-# the libraries as we build them.
-#
-# We use the platform's native C# runtime and compiler if possible.
 
-# Note that we have sort of confusing terminology here; BOOTSTRAP_MCS
-# is what allows us to bootstrap ourselves, but when we are bootstrapping,
-# we use INTERNAL_MCS.
-
-# When bootstrapping, compile against our new assemblies.
-# (MONO_PATH doesn't just affect what assemblies are loaded to
-# 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/$(PROFILE):$$MONO_PATH" $(INTERNAL_GMCS)
-TEST_RUNTIME = MONO_PATH=".:$$MONO_PATH" $(RUNTIME) --debug
-else
-MCS = $(PLATFORM_RUNTIME) $(BOOTSTRAP_MCS) /lib:$(topdir)/class/lib/$(PROFILE)
-endif
+BOOTSTRAP_PROFILE = basic
+BUILD_TOOLS_PROFILE = net_2_0_bootstrap
+BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
+MCS = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
 
 # nuttzing!
 
 profile-check:
+       @:
 
-PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -2
+PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0
+FRAMEWORK_VERSION = 2.0