summaryrefslogtreecommitdiff
path: root/templates/bmakelib.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-05-07 12:42:38 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-05-07 12:42:38 +0000
commit27dac41451407b571a2604a7fad779897ddc937d (patch)
tree3c8648f30ee52b37bc9c220c7ddd77d40593e8ee /templates/bmakelib.mpt
parent17ff71d7f62330935ff98450b5dd714d809c5bd0 (diff)
downloadMPC-27dac41451407b571a2604a7fad779897ddc937d.tar.gz
ChangeLogTag: Fri May 7 07:41:55 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/bmakelib.mpt')
-rw-r--r--templates/bmakelib.mpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/bmakelib.mpt b/templates/bmakelib.mpt
index 4b38bb98..467661a1 100644
--- a/templates/bmakelib.mpt
+++ b/templates/bmakelib.mpt
@@ -8,13 +8,13 @@ type_is_static = 1
Release {
optimize = 1
defines = NDEBUG
- intermediate_dir = Release
+ intermediate_dir = Static_Release
lib_modifier = s
}
Debug {
optimize =
defines = _DEBUG
- intermediate_dir = Debug
+ intermediate_dir = Static_Debug
lib_modifier = sd
}