Subversion Repositories gelsvn

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

// -*- MPC -*-
// $Id: zzip.mpb 107 2005-09-02 16:42:23Z bj $

feature(zzip) {
  includes += $(ZZIP_ROOT)/include
  macros   += USE_ZZIP
  libpaths += $(ZZIP_ROOT)/lib

  // @@ Notice: If you are building with Cygwin, you may need to manually
  //            change the following library to zziplib.
  specific(gnuace, make, sle, automake, ghs) {
    libs += zzip
  } else {
    libs += zziplib
  }
}