Rev 107 | Go to most recent revision | Blame | Last modification | View Log | RSS feed
// -*- MPC -*-
// $Id: zlib.mpb 217 2006-05-05 09:35:48Z bj $
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(gnuace, make, sle, automake, ghs) {
lit_libs += z
} else {
// For Windows, we need to ensure that the library has a decorator.
// Due to compilation flags used to build this library, we may have
// linkage conflicts if the release version is used with a debug build.
libs += zlib
}
}