Subversion Repositories gelsvn

Rev

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

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

feature(zlib) {
  includes += $(ZLIB_ROOT)/include
  libpaths += $(ZLIB_ROOT)/lib
  macros   += ZLIB

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