2014-08-13 10:39:27 +01:00
|
|
|
thisdir = class/System.IO.Compression
|
|
|
|
SUBDIRS =
|
|
|
|
include ../../build/rules.make
|
|
|
|
|
|
|
|
LIBRARY = System.IO.Compression.dll
|
2015-08-26 07:17:56 -04:00
|
|
|
LIB_REFS = System System.Core
|
|
|
|
LIB_MCS_FLAGS = /unsafe
|
2016-08-03 10:59:49 +00:00
|
|
|
TEST_MCS_FLAGS =
|
|
|
|
TEST_LIB_REFS = System System.Core
|
2014-08-13 10:39:27 +01:00
|
|
|
|
|
|
|
include ../../build/library.make
|