2006-03-11 Marek Sieradzki <marek.sieradzki@gmail.com>
[mono.git] / mcs / class / Compat.ICSharpCode.SharpZipLib / Makefile
1 thisdir = class/Compat.ICSharpCode.SharpZipLib
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = Compat.ICSharpCode.SharpZipLib.dll
6 LIBRARY_NAME = ICSharpCode.SharpZipLib.dll
7 LIBRARY_COMPAT = yes
8 LIBRARY_SNK = SharpZipLib.key
9
10 LIB_MCS_FLAGS = -r:$(corlib) -r:System.dll -r:System.Xml.dll
11 NO_TEST = yes
12 EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)
13
14 include ../../build/library.make