Merge branch 'BigIntegerParse'
[mono.git] / mcs / build / profiles / monotouch_runtime.make
index 0cdda1928475ce2c0b2ea18e6fbfbfd04294a5e5..f438e805f0d054115e869b8e7042725b92c83b2b 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 -D:DISABLE_REMOTING -d:DISABLE_COM -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