[runtime] Fix potential overflow when using mono_msec_ticks
[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_REFS = System System.Xml
11 LIB_MCS_FLAGS = -r:$(corlib)
12 NO_TEST = yes
13 EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)
14
15 include ../../build/library.make