summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/zzip.mpb
blob: 39125e503a9c19a4a4cb22b416517595693fb1b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- MPC -*-
// $Id$

feature(zzip): zlib {
  requires += zlib
  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(prop:windows) {
    libs += zziplib
  } else {
    lit_libs += zzip
  }
}