summaryrefslogtreecommitdiff
path: root/templates/bmakelibexe.mpt
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 08:36:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 08:36:05 +0000
commitf42d9a6ac9f840c4e39dcbb4469ccdecfd638be0 (patch)
treebb7169907d8d798e9d889c3965bda3e20f413c91 /templates/bmakelibexe.mpt
parent9946aae151bd6721479f099b804af881a1fe5545 (diff)
downloadMPC-f42d9a6ac9f840c4e39dcbb4469ccdecfd638be0.tar.gz
Tue Sep 16 08:35:19 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'templates/bmakelibexe.mpt')
-rw-r--r--templates/bmakelibexe.mpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/bmakelibexe.mpt b/templates/bmakelibexe.mpt
index 06939bc8..ea4acddf 100644
--- a/templates/bmakelibexe.mpt
+++ b/templates/bmakelibexe.mpt
@@ -10,7 +10,7 @@ Release {
defines = NDEBUG
output_dir = Static_Release
intermediate_dir = Static_Release
- lib_modifier = s
+ lib_modifier = _bsr
postlinkrmext = .tds
}
@@ -20,7 +20,7 @@ Debug {
defines = _DEBUG
output_dir = Static_Debug
intermediate_dir = Static_Debug
- lib_modifier = sd
+ lib_modifier = _bsd
postlinkrmext = .tds
}