summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/zlib.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/zlib.mpb')
-rw-r--r--ACE/MPC/config/zlib.mpb17
1 files changed, 17 insertions, 0 deletions
diff --git a/ACE/MPC/config/zlib.mpb b/ACE/MPC/config/zlib.mpb
new file mode 100644
index 00000000000..0f24c99358e
--- /dev/null
+++ b/ACE/MPC/config/zlib.mpb
@@ -0,0 +1,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
+ }
+}