X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2Fprofiles%2Fxammac.make;h=df4773b8785fc81f4cb84b2099825b7905a7ad7a;hb=256e3ee192da85cf7c09a3890c06f7bc448ac817;hp=a9a6ef9ab25b2d2eb070270665be2120624311e5;hpb=e4559812129b62624444ab4ce96ddf2ca7de5e3d;p=mono.git diff --git a/mcs/build/profiles/xammac.make b/mcs/build/profiles/xammac.make index a9a6ef9ab25..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 @@ -9,7 +9,7 @@ RESGEN := $(dir $(shell which $(EXTERNAL_MCS)))resgen2 profile-check: @: -DEFAULT_REFERENCES = -r:mscorlib.dll +DEFAULT_REFERENCES = -r:$(topdir)/class/lib/$(PROFILE)/mscorlib.dll PROFILE_MCS_FLAGS = \ -d:NET_1_1 \ @@ -19,20 +19,22 @@ PROFILE_MCS_FLAGS = \ -d:NET_4_0 \ -d:NET_4_5 \ -d:MONO \ - -d:DISABLE_CAS_USE \ -d:MOBILE \ -d:MOBILE_DYNAMIC \ -d:XAMMAC \ -d:FEATURE_INTERCEPTABLE_THREADPOOL_CALLBACK \ -d:XAMARIN_MODERN \ + -d:NETSTANDARD \ -nowarn:1699 \ -nostdlib \ - -lib:$(topdir)/class/lib/$(PROFILE) \ $(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