summaryrefslogtreecommitdiff
path: root/templates/em3vcplib.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/em3vcplib.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/em3vcplib.mpt')
-rw-r--r--templates/em3vcplib.mpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/em3vcplib.mpt b/templates/em3vcplib.mpt
index f88da069..e4ae6bc5 100644
--- a/templates/em3vcplib.mpt
+++ b/templates/em3vcplib.mpt
@@ -61,26 +61,26 @@ Static Debug {
pdb = 1
}
-MFC Release {
+Static MFC Release {
use_debug_libraries = 0
optimize = 1
compile_flags = /W3
defines = NDEBUG
compile_flags_removed = /YX
- output_dir = MFC_Release
- intermediate_dir = MFC_Release
+ output_dir = Static_MFC_Release
+ intermediate_dir = Static_MFC_Release
lib_modifier = mfcs
use_mfc = 2
}
-MFC Debug {
+Static MFC Debug {
use_debug_libraries = 1
optimize =
compile_flags = /W3 /Zi
defines = _DEBUG
compile_flags_removed = /Fr /YX
- output_dir = MFC_Debug
- intermediate_dir = MFC_Debug
+ output_dir = Static_MFC_Debug
+ intermediate_dir = Static_MFC_Debug
lib_modifier = mfcsd
pdb = 1
use_mfc = 2