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

Makefile « System.IO.Compression « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40c9fe089db5475b9ec8b0cc4b576520c117f32d (plain)
1
2
3
4
5
6
7
8
9
thisdir = class/System.IO.Compression
SUBDIRS = 
include ../../build/rules.make

LIBRARY = System.IO.Compression.dll
LIB_MCS_FLAGS = /r:System /r:System.Core /unsafe
TEST_MCS_FLAGS = /r:System /r:System.Core

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