[bcl] Specify the name of the key file on the command line instead of using the Assem...
[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 KEYFILE = SharpZipLib.pub
10 LIB_MCS_FLAGS = -warn:1
11 NO_TEST = yes
12 EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)
13
14 include ../../build/library.make