summaryrefslogtreecommitdiff
path: root/templates/vc7dll.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-02-03 18:54:38 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-02-03 18:54:38 +0000
commitb8758ac1f8fca8bd941515e101bc3cad801c53ef (patch)
treef7616c5bbbf515ad1eaae845d490d4ffc5bcc20d /templates/vc7dll.mpt
parenteaa73f6687ee97ff611544b9148e0f62579cc5fe (diff)
downloadMPC-b8758ac1f8fca8bd941515e101bc3cad801c53ef.tar.gz
ChangeLogTag: Thu Feb 3 12:53:37 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc7dll.mpt')
-rw-r--r--templates/vc7dll.mpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/vc7dll.mpt b/templates/vc7dll.mpt
index afe324e5..66e62cc2 100644
--- a/templates/vc7dll.mpt
+++ b/templates/vc7dll.mpt
@@ -14,7 +14,6 @@ Release {
output_dir = Release
intermediate_dir = Release
runtime_library = 2
- pdb = 1
}
Debug {
@@ -24,7 +23,8 @@ Debug {
intermediate_dir = Debug
lib_modifier = d
runtime_library = 3
- pdb = 1
+ pdbl = 1
+ pdbc = 1
}
MFC Release {
@@ -34,7 +34,6 @@ MFC Release {
intermediate_dir = MFC_Release
lib_modifier = mfc
runtime_library = 2
- pdb = 1
use_mfc = 2
}
@@ -45,7 +44,8 @@ MFC Debug {
intermediate_dir = MFC_Debug
lib_modifier = mfcd
runtime_library = 3
- pdb = 1
+ pdbl = 1
+ pdbc = 1
use_mfc = 2
}