[System*] Throw a PlatformNotSupported exception when using the managed networking...
[mono.git] / mcs / build / profiles / monotouch_watch_runtime.make
index 0a631823f98959750cd75ea602300128b7a558d7..e826c7e7e31e1b734fbd5625532536f3184d787a 100644 (file)
@@ -1,4 +1,12 @@
 include $(topdir)/build/profiles/monotouch_runtime.make
 
 PROFILE_MCS_FLAGS += \
+       -d:FEATURE_NO_BSD_SOCKETS \
        -d:MONOTOUCH_WATCH
+
+NO_THREAD_ABORT=1
+NO_THREAD_SUSPEND_RESUME=1
+# The binding generator (bwatch) still needs to execute processes,
+# so we need a System.dll that can do that.
+#NO_PROCESS_START=1
+NO_MONO_SECURITY=1