7d05485754
Former-commit-id: df344e34b07851d296efb3e6604c8db42b6f7aa3
15 lines
328 B
Makefile
15 lines
328 B
Makefile
thisdir = class/ICSharpCode.SharpZipLib
|
|
SUBDIRS =
|
|
include ../../build/rules.make
|
|
|
|
LIBRARY = ICSharpCode.SharpZipLib.dll
|
|
LIBRARY_SNK = SharpZipLib.key
|
|
|
|
LIB_REFS = System System.Xml
|
|
KEYFILE = SharpZipLib.pub
|
|
LIB_MCS_FLAGS = -warn:1
|
|
NO_TEST = yes
|
|
EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)
|
|
|
|
include ../../build/library.make
|