Makefile 264 B

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