[System] Remove Process.Start and related API from TvOS/WatchOS.
[mono.git] / mcs / build / profiles / monotouch_watch_runtime.make
1 include $(topdir)/build/profiles/monotouch_runtime.make
2
3 PROFILE_MCS_FLAGS += \
4         -d:MONOTOUCH_WATCH
5
6 NO_THREAD_ABORT=1
7 NO_THREAD_SUSPEND_RESUME=1
8 # The binding generator (bwatch) still needs to execute processes,
9 # so we need a System.dll that can do that.
10 #NO_PROCESS_START=1