summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/acedefaults.mpb
blob: e6f5fc5f01f4625ba7838264140550c036de0ca0 (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_version = @ACE_MAJOR@:@ACE_MINOR@:@ACE_BETA@
    includes += $(ACE_BUILDDIR)
  }

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