Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-24 14:53:10 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-24 14:53:10 +0300
commitcaaad877690612e644064ea7fd0b066a86280f24 (patch)
treeb91a0d1cb7ed9b27da69c0a5c226f3df9ed98820 /mcs/class/Facades
parentbafdce393e50d6f6b6ad09752f5372b077e116d0 (diff)
[Facades] Build netstandard.dll with net_4_x profile by default
Diffstat (limited to 'mcs/class/Facades')
-rw-r--r--mcs/class/Facades/netstandard/Makefile2
-rw-r--r--mcs/class/Facades/subdirs.make2
2 files changed, 3 insertions, 1 deletions
diff --git a/mcs/class/Facades/netstandard/Makefile b/mcs/class/Facades/netstandard/Makefile
index 7ad170e1e51..0a53f9c979c 100644
--- a/mcs/class/Facades/netstandard/Makefile
+++ b/mcs/class/Facades/netstandard/Makefile
@@ -28,6 +28,8 @@ LIB_MCS_FLAGS = $(SIGN_FLAGS)
PLATFORM_DEBUG_FLAGS =
NO_TEST = yes
+# don't install for now until we know more about when it ships in .NET
+NO_INSTALL = yes
include $(MCS_BUILD_DIR)/library.make
diff --git a/mcs/class/Facades/subdirs.make b/mcs/class/Facades/subdirs.make
index a2409a83b84..6f17f68d817 100644
--- a/mcs/class/Facades/subdirs.make
+++ b/mcs/class/Facades/subdirs.make
@@ -41,7 +41,7 @@ monotouch_PARALLEL_SUBDIRS = $(common_SUBDIRS) $(mobile_only_SUBDIRS)
testing_aot_full_SUBDIRS = $(monotouch_SUBDIRS)
testing_aot_full_PARALLEL_SUBDIRS = $(monotouch_PARALLEL_SUBDIRS)
-net_4_x_SUBDIRS = $(common_DEPS_SUBDIRS) $(drawing_DEPS_SUBDIRS)
+net_4_x_SUBDIRS = $(common_DEPS_SUBDIRS) $(drawing_DEPS_SUBDIRS) netstandard
net_4_x_PARALLEL_SUBDIRS = $(common_SUBDIRS)
basic_PARALLEL_SUBDIRS = System.Runtime System.Reflection System.Collections System.Resources.ResourceManager System.Globalization \