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

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(prop:windows) {
    zlibname = zlib
    lit_libs += $(ZLIBNAME)
  } else {
    lit_libs += z
  }
}