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:
authorMarek Safar <marek.safar@gmail.com>2017-04-26 00:07:57 +0300
committerMarek Safar <marek.safar@gmail.com>2017-04-27 10:23:30 +0300
commitc0929c34e013bdd78f5ce3cbeeb8c7213fcef80f (patch)
treea5792607e16dc492c0310da4e05ea7e88af53927 /mcs/class/Makefile
parent5e08742b5c299c0503d11ea44d115c32a6b7c68f (diff)
[Facades] Move more asseblies to Facades to support implicit reference for _._ like nugets and ignore version mismatch
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index 6f5d31f6a52..61346784299 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -18,7 +18,6 @@ basic_SUBDIRS := \
System.ComponentModel.Composition.4.5 \
System.Numerics \
System.Xml.Linq \
- System.Runtime.InteropServices.RuntimeInformation \
Mono.Cecil \
$(MCS_MODE_dirs) \
../tools/cil-stringreplacer
@@ -33,7 +32,6 @@ build_SUBDIRS := \
System.ComponentModel.Composition.4.5 \
System.Numerics \
System.Xml.Linq \
- System.Runtime.InteropServices.RuntimeInformation \
System.IO.Compression \
System.Drawing \
Mono.Cecil \
@@ -83,7 +81,6 @@ mobile_common_dirs := \
System.Xml.Serialization \
Mono.CSharp \
Microsoft.CSharp \
- System.Runtime.InteropServices.RuntimeInformation \
System.Reflection.DispatchProxy \
System.Xml.XPath.XmlDocument \
System.Reflection.Context \
@@ -179,7 +176,6 @@ xammac_4_5_dirs := \
System.Data.Linq \
System.Net.Http \
System.Net.Http.WebRequest \
- System.Runtime.InteropServices.RuntimeInformation \
System.Reflection.Context \
System.Net.Http.WinHttpHandler \
$(pcl_facade_dirs)
@@ -265,8 +261,7 @@ net_4_x_dirs := \
System.Net.Http.Formatting \
System.Web.Http \
System.Web.Http.SelfHost \
- System.Web.Http.WebHost \
- System.Runtime.InteropServices.RuntimeInformation
+ System.Web.Http.WebHost
# These are the subdirs which depends on libs in net_4_x_dirs
# or have proper dependencies between each other
@@ -401,7 +396,7 @@ monolite_dir := monolite/$(MONO_CORLIB_VERSION)
# Files needed to bootstrap C# compiler
build_files = mscorlib.dll System.dll System.Xml.dll Mono.Security.dll System.Core.dll System.Security.dll System.Configuration.dll \
- System.Numerics.dll System.Xml.Linq.dll System.Runtime.InteropServices.RuntimeInformation.dll \
+ System.Numerics.dll System.Xml.Linq.dll \
Facades/System.Collections.Concurrent.dll Facades/System.Linq.dll Facades/System.Runtime.dll Facades/System.Collections.dll \
Facades/System.Reflection.Extensions.dll Facades/System.Text.Encoding.Extensions.dll Facades/System.Diagnostics.Debug.dll \
Facades/System.Reflection.Primitives.dll Facades/System.Text.Encoding.dll Facades/System.Diagnostics.Tools.dll Facades/System.Reflection.dll \