[build] Add System.Text.Encoding.CodePages dependency used for non-ascii files in...
authorMarek Safar <marek.safar@gmail.com>
Mon, 23 Jan 2017 17:56:35 +0000 (12:56 -0500)
committerMarek Safar <marek.safar@gmail.com>
Mon, 23 Jan 2017 17:58:08 +0000 (12:58 -0500)
mcs/class/Facades/subdirs.make
mcs/class/Makefile

index cae2d391a4b2c3270ff4c9b937af730143c91762..29a7dd321507c7e2f05c0688ed28f219c6d198b5 100644 (file)
@@ -49,7 +49,8 @@ System.Threading.Tasks System.Collections.Concurrent System.Text.Encoding System
 System.Linq.Expressions System.Dynamic.Runtime System.Linq System.Threading.Tasks.Parallel System.Xml.ReaderWriter \
 System.Diagnostics.Tools System.Reflection.Primitives System.Runtime.Extensions System.Runtime.InteropServices System.Text.Encoding.Extensions \
 System.Runtime.Numerics System.Xml.XDocument System.Reflection.Extensions System.IO.FileSystem.Primitives System.IO.FileSystem \
-System.Diagnostics.FileVersionInfo System.Security.Cryptography.Primitives System.Security.Cryptography.Algorithms System.ValueTuple
+System.Diagnostics.FileVersionInfo System.Security.Cryptography.Primitives System.Security.Cryptography.Algorithms System.ValueTuple \
+System.Text.Encoding.CodePages
 
 build_PARALLEL_SUBDIRS = $(basic_PARALLEL_SUBDIRS)
 
index c5ba9974a2a08eaf2bff39a350c7f157e1ba5f37..57cb5f39432de4a61a5a9256f00cac98e5cf6166 100644 (file)
@@ -396,7 +396,7 @@ build_files = mscorlib.dll System.dll System.Xml.dll Mono.Security.dll System.Co
        Facades/System.IO.dll Facades/System.Runtime.InteropServices.dll Facades/System.Xml.ReaderWriter.dll Facades/System.Linq.Expressions.dll \
        Facades/System.Runtime.Numerics.dll Facades/System.Xml.XDocument.dll Facades/System.IO.FileSystem.Primitives.dll Facades/System.IO.FileSystem.dll \
        Facades/System.Diagnostics.FileVersionInfo.dll Facades/System.Security.Cryptography.Primitives.dll Facades/System.Security.Cryptography.Algorithms.dll \
-       Facades/System.ValueTuple.dll
+       Facades/System.ValueTuple.dll Facades/System.Text.Encoding.CodePages.dll
 
 monolite_files = $(build_files:%=lib/$(monolite_dir)/%)