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 #228 from DOCGroup/jwillemsen-patch-1
[MPC.git]
/
templates
/
bmakelibexe.mpt
blob
495884d5fd1d2fb29bc934c71a1484d49ce913b2
1
// -*- MPC -*-
2
conditional_include "bmakecommon"
3
4
startup_letter = x
5
6
Release {
7
optimize = 1
8
defines = NDEBUG
9
output_dir = Static_Release
10
intermediate_dir = Static_Release
11
lib_modifier = _bsr
12
}
13
14
Debug {
15
optimize =
16
debug_prj = 1
17
defines = _DEBUG
18
output_dir = Static_Debug
19
intermediate_dir = Static_Debug
20
lib_modifier = _bsd
21
}
22
23
conditional_include "user_bmakelibexe"