summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/acedefaults.mpb
blob: 69172c0d706261d9c4c56d6d501d01735cad122f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// -*- MPC -*-
// $Id$

project: zzip {
  staticflags += ACE_AS_STATIC_LIBS
  includes    += $(ACE_ROOT)
  libpaths    += $(ACE_ROOT)/lib

  // Support the alternative Borland Make project type
  specific(bmake) {
    unicode_flags += -DACE_USES_WCHAR
    macros += ACE_LD_DECORATOR_STR=ACE_LIB_TEXT(\\"$(LIBMODIFIER)\\")
    debug_macros += ACE_NO_INLINE=1
  }

  specific(automake) {
    am_version = @ACE_MAJOR@:@ACE_MINOR@:@ACE_BETA@
    includes += $(ACE_BUILDDIR)
  }
}