Subversion Repositories gelsvn

Rev

Rev 107 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
107 bj 1
// -*- MPC -*-
2
// $Id: zlib.mpb 107 2005-09-02 16:42:23Z bj $
3
 
4
feature(zlib) {
5
  includes += $(ZLIB_ROOT)/include
6
  libpaths += $(ZLIB_ROOT)/lib
7
  macros   += ZLIB
8
 
9
  // @@ Notice: If you are building with Cygwin, you may need to manually
10
  //            change the following library to zlib.
11
  specific(gnuace, make, sle, automake, ghs) {
12
    libs += z
13
  } else {
14
    libs += zlib
15
  }
16
}