e46a49ecf1
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
18 lines
551 B
Makefile
18 lines
551 B
Makefile
thisdir = class/System.IO.Compression.FileSystem
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.IO.Compression.FileSystem.dll
|
|
LIB_REFS = System System.IO.Compression
|
|
KEYFILE = ../ecma.pub
|
|
LIB_MCS_FLAGS = -unsafe
|
|
TEST_MCS_FLAGS =
|
|
TEST_LIB_REFS = System System.Core System.IO.Compression
|
|
LIBRARY_WARN_AS_ERROR = yes
|
|
|
|
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
|