Subversion Repositories gelsvn

Rev

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

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