[build] Change the way how mcs references are passed to compiler to always use full...
[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 LIB_MCS_FLAGS = -warn:1
10 NO_TEST = yes
11 EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)
12
13 include ../../build/library.make