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