summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_zzip.mpb
blob: 726758cd81d87b64fbe641349e10246c131dda74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)
  }
}