[msvc] Update csproj files (#5832)
[mono-project.git] / mcs / class / ICSharpCode.SharpZipLib / Makefile
blobc99cde5cbf994d886a7469331732d9f8b3f63b39
1 thisdir = class/ICSharpCode.SharpZipLib
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = ICSharpCode.SharpZipLib.dll
6 LIBRARY_SNK = SharpZipLib.key
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)
14 include ../../build/library.make