summaryrefslogtreecommitdiff
path: root/mcs/class/System.IO.Compression.FileSystem/Makefile
blob: d8b918ebce307242c16d0e3383b39fa948badb2c (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 =
TEST_MCS_FLAGS = /r:System /r:System.Core /r:System.IO.Compression.dll

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