* PEAPI.cs: When writing to the blob heap we always set a
[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 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
7 NO_TEST = yes
8 EXTRA_DISTFILES = SharpZipLib.key
9
10 include ../../build/library.make