Makefile 310 B

123456789101112
  1. thisdir = class/ICSharpCode.SharpZipLib
  2. SUBDIRS =
  3. include ../../build/rules.make
  4. LIBRARY = ICSharpCode.SharpZipLib.dll
  5. LIBRARY_SNK = SharpZipLib.key
  6. LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Xml.dll
  7. NO_TEST = yes
  8. EXTRA_DISTFILES = SharpZipLib.pub $(LIBRARY_SNK)
  9. include ../../build/library.make