2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Compat.ICSharpCode.SharpZipLib / Makefile
blobfc5c44de7f1ed5d2e8ddeea89fec106a3c652ca1
1 thisdir = class/Compat.ICSharpCode.SharpZipLib
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = Compat.ICSharpCode.SharpZipLib.dll
6 LIBRARY_NAME = ICSharpCode.SharpZipLib.dll
7 LIBRARY_COMPAT = yes
8 LIBRARY_SNK = SharpZipLib.key
10 LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Xml.dll
11 NO_TEST = yes
12 EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)
14 include ../../build/library.make