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

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

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