X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2Fprofiles%2Fxammac.make;h=df4773b8785fc81f4cb84b2099825b7905a7ad7a;hb=256e3ee192da85cf7c09a3890c06f7bc448ac817;hp=14ffacaa7ab7817cbc2ecf1b6ee7c128129b34ea;hpb=4239ddd9f18d778e03cc979c9d15135e47fb0e28;p=mono.git diff --git a/mcs/build/profiles/xammac.make b/mcs/build/profiles/xammac.make index 14ffacaa7ab..df4773b8785 100644 --- a/mcs/build/profiles/xammac.make +++ b/mcs/build/profiles/xammac.make @@ -1,7 +1,7 @@ BOOTSTRAP_PROFILE = build -BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS) -MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_GMCS) +BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_CSC) +MCS = $(BOOTSTRAP_MCS) # Use system resgen as we don't want local System.Windows.Forms dependency RESGEN := $(dir $(shell which $(EXTERNAL_MCS)))resgen2 @@ -24,13 +24,17 @@ PROFILE_MCS_FLAGS = \ -d:XAMMAC \ -d:FEATURE_INTERCEPTABLE_THREADPOOL_CALLBACK \ -d:XAMARIN_MODERN \ + -d:NETSTANDARD \ -nowarn:1699 \ -nostdlib \ $(DEFAULT_REFERENCES) \ - $(PLATFORM_DEBUG_FLAGS) + $(PLATFORM_DEBUG_FLAGS) \ + $(XAMMAC_MCS_FLAGS) FRAMEWORK_VERSION = 2.1 NO_TEST = yes NO_INSTALL = yes MOBILE_DYNAMIC = yes MOBILE_PROFILE = yes + +PROFILE_DISABLE_BTLS=1