2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.IO.Compression.FileSystem
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.IO.Compression.FileSystem.dll
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System System.IO.Compression
|
2017-10-19 20:04:20 +00:00
|
|
|
KEYFILE = ../ecma.pub
|
2017-04-10 11:41:01 +00:00
|
|
|
LIB_MCS_FLAGS = -unsafe
|
2016-08-03 10:59:49 +00:00
|
|
|
TEST_MCS_FLAGS =
|
|
|
|
TEST_LIB_REFS = System System.Core System.IO.Compression
|
2018-01-24 17:04:36 +00:00
|
|
|
LIBRARY_WARN_AS_ERROR = yes
|
2014-08-13 10:39:27 +01:00
|
|
|
|
2017-04-10 11:41:01 +00:00
|
|
|
RESX_RESOURCE_STRING = \
|
|
|
|
../../../external/corefx/src/System.IO.Compression.FileSystem/src/Resources/Strings.resx \
|
|
|
|
../../../external/corefx/src/System.Buffers/src/Resources/Strings.resx
|
|
|
|
|
2014-08-13 10:39:27 +01:00
|
|
|
include ../../build/library.make
|