7d7f676260
Former-commit-id: 38faa55fb9669e35e7d8448b15c25dc447f25767
17 lines
486 B
Makefile
17 lines
486 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 -nowarn:436
|
|
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.ZipFile/src/Resources/Strings.resx
|
|
|
|
include ../../build/library.make
|