Makefile 388 B

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