New test.
[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_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
9 NO_TEST = yes
10 EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)
11
12 include ../../build/library.make