Makefile 551 B

1234567891011121314151617
  1. thisdir = class/System.IO.Compression.FileSystem
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = System.IO.Compression.FileSystem.dll
  5. LIB_REFS = System System.IO.Compression
  6. KEYFILE = ../ecma.pub
  7. LIB_MCS_FLAGS = -unsafe
  8. TEST_MCS_FLAGS =
  9. TEST_LIB_REFS = System System.Core System.IO.Compression
  10. LIBRARY_WARN_AS_ERROR = yes
  11. RESX_RESOURCE_STRING = \
  12. ../../../external/corefx/src/System.IO.Compression.FileSystem/src/Resources/Strings.resx \
  13. ../../../external/corefx/src/System.Buffers/src/Resources/Strings.resx
  14. include ../../build/library.make