Fix profile values for monotouch_runtime.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Fri, 9 Aug 2013 22:34:51 +0000 (00:34 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Fri, 9 Aug 2013 22:35:10 +0000 (00:35 +0200)
mcs/build/profiles/monotouch_runtime.make

index 0cdda1928475ce2c0b2ea18e6fbfbfd04294a5e5..9f82811018f495c016c9ee62ab9e73a00dc38648 100644 (file)
@@ -14,9 +14,9 @@ profile-check:
        @:
 
 DEFAULT_REFERENCES = -r:mscorlib.dll
-PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -d:NET_4_5 -nowarn:1699 -nostdlib -lib:$(topdir)/class/lib/$(PROFILE) $(DEFAULT_REFERENCES) $(PLATFORM_DEBUG_FLAGS)
+PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_2_1 -d:NET_3_5 -d:NET_4_0 -d:NET_4_5 -d:MOBILE -d:MONOTOUCH -nowarn:1699 -nostdlib -lib:$(topdir)/class/lib/$(PROFILE) $(DEFAULT_REFERENCES) $(PLATFORM_DEBUG_FLAGS)
 
-FRAMEWORK_VERSION = 4.5
+FRAMEWORK_VERSION = 2.1
 
 # This is utility build only
 NO_INSTALL = yes