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
|