summaryrefslogtreecommitdiff
path: root/templates/bmakelib.mpt
blob: 7407e201cbd0b06fdc576e41c3dd5809388580e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
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"