repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #127 from DOCGroup/jwillemsen-patch-1
[MPC.git]
/
templates
/
bmakelib.mpt
blob
7407e201cbd0b06fdc576e41c3dd5809388580e6
1
// -*- MPC -*-
2
conditional_include "bmakecommon"
3
4
Release {
5
optimize = 1
6
defines = NDEBUG
7
intermediate_dir = Static_Release
8
lib_modifier = _bsr
9
}
10
11
Debug {
12
optimize =
13
debug_prj = 1
14
defines = _DEBUG
15
intermediate_dir = Static_Debug
16
lib_modifier = _bsd
17
}
18
19
conditional_include "user_bmakelib"