Merge pull request #2802 from BrzVlad/feature-evacuation-opt2
[mono.git] / mcs / class / System.IO.Compression / Makefile
1 thisdir = class/System.IO.Compression
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.IO.Compression.dll
6 LIB_REFS = System System.Core
7 LIB_MCS_FLAGS = /unsafe
8 TEST_MCS_FLAGS =
9 TEST_LIB_REFS = System System.Core
10
11 include ../../build/library.make