6992685b86
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
11 lines
247 B
Makefile
11 lines
247 B
Makefile
thisdir = class/System.IO.Compression
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.IO.Compression.dll
|
|
LIB_REFS = System System.Core
|
|
LIB_MCS_FLAGS = /unsafe
|
|
TEST_MCS_FLAGS = /r:System /r:System.Core
|
|
|
|
include ../../build/library.make
|