summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/ace_zzip.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/MakeProjectCreator/config/ace_zzip.mpb')
-rw-r--r--ACE/bin/MakeProjectCreator/config/ace_zzip.mpb15
1 files changed, 15 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/ace_zzip.mpb b/ACE/bin/MakeProjectCreator/config/ace_zzip.mpb
new file mode 100644
index 00000000000..726758cd81d
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/ace_zzip.mpb
@@ -0,0 +1,15 @@
+// $Id$
+
+feature(zzip): zzip {
+ specific(automake) {
+ // Undo everything that comes from zzip and zlib
+ includes -= $(ZLIB_ROOT)/include $(ZZIP_ROOT)/include
+ libpaths -= $(ZLIB_ROOT)/lib $(ZZIP_ROOT)/lib
+ lit_libs -= zzip z
+ macros -= ZLIB USE_ZZIP
+
+ compile_flags += $(ACE_ZZIP_CPPFLAGS) $(ACE_ZLIB_CPPFLAGS)
+ linkflags += $(ACE_ZZIP_LDFLAGS) $(ACE_ZLIB_LDFLAGS)
+ pure_libs += $(ACE_ZZIP_LIBS) $(ACE_ZLIB_LIBS)
+ }
+} \ No newline at end of file