a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
11 lines
243 B
Makefile
11 lines
243 B
Makefile
thisdir = class/System.IO.Compression.FileSystem
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = System.IO.Compression.FileSystem.dll
|
|
LIB_MCS_FLAGS = /r:System /r:System.IO.Compression.dll
|
|
|
|
NO_TEST = yes
|
|
|
|
include ../../build/library.make
|