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

project: zlib, zzip, ipv6 {
  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(\\"$(ILIBMODIFIER)\\")
    debug_macros += ACE_NO_INLINE=1
  }

  specific(automake) {
    am_release = @ACE_VERSION_NAME@
    includes += $(ACE_BUILDDIR)
  }

  specific(vc8) {
    // Enable structured exception handling
    ExceptionHandling = 2
  }
}