summaryrefslogtreecommitdiff
path: root/ACE/MPC/templates/cccommon.mpt
blob: c6739dbc156d29c7bf0c68b5a90dbec5379f3c15 (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
26
27
28
29
// -*- MPC -*-
// $Id$

conditional_include "common"

lib_prefix =
lib_ext    = .lib
dll_ext    = .dll
exe_ext    = .out

configurations = Debug Release
common_defines =
rtti           = 1
big_endian     =
windows_style  = 1

Release {
  optimize         = 1
  output_dir       = Release
  intermediate_dir = Release
}

Debug {
  optimize         =
  defines          = _DEBUG
  output_dir       = Debug
  intermediate_dir = Debug
  lib_modifier     = d
}