summaryrefslogtreecommitdiff
path: root/ACE/MPC/templates/bmakelib.mpt
blob: 2091ce2c512052551fd9b3d8dfb4343bc386535a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- MPC -*-
// $Id$

conditional_include "bmakecommon"

Release {
  optimize         = 1
  defines          = NDEBUG
  intermediate_dir = Static_Release
  lib_modifier     = _bsr
}

Debug {
  optimize         =
  debug_prj        = 1
  defines          = _DEBUG
  intermediate_dir = Static_Debug
  lib_modifier     = _bsd
}

conditional_include "user_bmakelib"