[sgen] Fix logging of major heap size with concurrent sweep
[mono.git] / mcs / class / ICSharpCode.SharpZipLib / Makefile
1 thisdir = class/ICSharpCode.SharpZipLib
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = ICSharpCode.SharpZipLib.dll
6 LIBRARY_SNK = SharpZipLib.key
7
8 LIB_REFS = System System.Xml
9 LIB_MCS_FLAGS = /r:$(corlib) -warn:1
10 NO_TEST = yes
11 EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)
12
13 include ../../build/library.make