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 #20 from jwillemsen/master
[MPC.git]
/
templates
/
bmakelibexe.mpt
blob
e410c9862408d9f44d2378acc2d3e7cad99e6979
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
postlinkrmext = .tds
13
}
14
15
Debug {
16
optimize =
17
debug_prj = 1
18
defines = _DEBUG
19
output_dir = Static_Debug
20
intermediate_dir = Static_Debug
21
lib_modifier = _bsd
22
postlinkrmext = .tds
23
}
24
25
conditional_include "user_bmakelibexe"