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: 375429dcd548e2154ee44ce127ab9d5e6ab3e6ff (plain)
1
2
3
4
5
6
7
8
9
10
thisdir = class/System.IO.Compression.FileSystem
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.IO.Compression.FileSystem.dll
LIB_REFS = System System.IO.Compression
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