Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « System.IO.Compression.FileSystem « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 764cf083f8b02c82334b097ac0699afa41d57b39 (plain)
1
2
3
4
5
6
7
8
9
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
TEST_MCS_FLAGS = /r:System /r:System.Core /r:System.IO.Compression.dll

include ../../build/library.make