summaryrefslogtreecommitdiff
path: root/config/zzip.mpb
blob: 06ba25281ce76f76c4df361a47e6446638473203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- MPC -*-
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
  }
}