[mscorlib] Add support for intercepting threadpool work, and use it for Xamarin.iOS...
[mono.git] / mcs / build / profiles / xammac_net_4_5.make
1 include $(topdir)/build/profiles/net_4_x.make
2 PROFILE_MCS_FLAGS += \
3         -d:FEATURE_INTERCEPTABLE_THREADPOOL_CALLBACK \
4         -d:NO_SYSTEM_DRAWING_DEPENDENCY \
5         -d:NO_WINFORMS_DEPENDENCY \
6         -d:NO_SYSTEM_WEB_DEPENDENCY \
7         -d:XAMMAC_4_5
8 XAMMAC_4_5=1
9 NO_WINDOWS_BASE=1
10 NO_SYSTEM_WEB_DEPENDENCY=1
11 NO_SYSTEM_WEB_APPSERVICES_DEPENDENCY=1
12 NO_WINFORMS_DEPENDENCY=1
13 NO_SYSTEM_DRAWING_DEPENDENCY=1
14 NO_SYSTEM_SERVICEMODEL_ACTIVATION_DEPENDENCY=1
15 NO_SYSTEM_DESIGN_DEPENDENCY=1
16 NO_SYSTEM_DIRECTORY_SERVICES_DEPENDENCY=1