Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorRolf Bjarne Kvinge <rolf@xamarin.com>2014-01-14 20:30:30 +0400
committerRolf Bjarne Kvinge <rolf@xamarin.com>2014-01-14 20:31:22 +0400
commit6d75a5f34a282b2ae9d4863b6e40652037e3af1a (patch)
treefaa230000fdeb14c6ff5ef8598c84c620f6d4f90 /mcs
parent4b1b4218327affa30fd29492a058fd5f8c8bc28a (diff)
The monotouch_runtime profile needs the DISABLE_REMOTING flag.
Since the corresponding mono runtime being used has also disabled remoting.
Diffstat (limited to 'mcs')
-rw-r--r--mcs/build/profiles/monotouch_runtime.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/build/profiles/monotouch_runtime.make b/mcs/build/profiles/monotouch_runtime.make
index 9f82811018f..ca085da4603 100644
--- a/mcs/build/profiles/monotouch_runtime.make
+++ b/mcs/build/profiles/monotouch_runtime.make
@@ -14,7 +14,7 @@ profile-check:
@:
DEFAULT_REFERENCES = -r:mscorlib.dll
-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)
+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 -nowarn:1699 -nostdlib -lib:$(topdir)/class/lib/$(PROFILE) $(DEFAULT_REFERENCES) $(PLATFORM_DEBUG_FLAGS)
FRAMEWORK_VERSION = 2.1