Merge pull request #2798 from BrzVlad/fix-sgen-timestamp
[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 = /r:System.dll /r:System.Core.dll
9
10 include ../../build/library.make