Merge pull request #901 from Blewzman/FixAggregateExceptionGetBaseException
[mono.git] / mcs / build / profiles / net_2_0.make
index ff0b7715f178d3810754da149898d94d7a1653f4..e3be2c83438dcde1e62a242fe0d1a9a166fbb77b 100644 (file)
@@ -1,14 +1,16 @@
 # -*- makefile -*-
 
-BOOTSTRAP_PROFILE = basic
-BUILD_TOOLS_PROFILE = net_2_0_bootstrap
+BOOTSTRAP_PROFILE = build
 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)
+MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS)
 
 # nuttzing!
 
 profile-check:
        @:
 
-PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0
+DEFAULT_REFERENCES = -r:mscorlib.dll
+PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -nowarn:1699 -nostdlib -lib:$(topdir)/class/lib/$(PROFILE) $(DEFAULT_REFERENCES) $(PLATFORM_DEBUG_FLAGS)
+
 FRAMEWORK_VERSION = 2.0
+XBUILD_VERSION = 2.0