7b3eb80a551dc7325b9cfde0edc5728899696bf2
[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