Merge pull request #4152 from BrzVlad/misc-gc-altstack
[mono.git] / mcs / class / System.IO.Compression.FileSystem / Makefile
index d8b918ebce307242c16d0e3383b39fa948badb2c..9e7a4b0efcc25d7ac07cbfb3d7a525e870c76371 100644 (file)
@@ -4,7 +4,12 @@ include ../../build/rules.make
 
 LIBRARY = System.IO.Compression.FileSystem.dll
 LIB_REFS = System System.IO.Compression
-LIB_MCS_FLAGS =
-TEST_MCS_FLAGS = /r:System /r:System.Core /r:System.IO.Compression.dll
+LIB_MCS_FLAGS = -unsafe
+TEST_MCS_FLAGS =
+TEST_LIB_REFS = System System.Core System.IO.Compression
+
+RESX_RESOURCE_STRING = \
+       ../../../external/corefx/src/System.IO.Compression.FileSystem/src/Resources/Strings.resx \
+       ../../../external/corefx/src/System.Buffers/src/Resources/Strings.resx
 
 include ../../build/library.make