summaryrefslogtreecommitdiff
path: root/templates/vc6dspdllexe.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/vc6dspdllexe.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/vc6dspdllexe.mpt')
-rw-r--r--templates/vc6dspdllexe.mpt5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/vc6dspdllexe.mpt b/templates/vc6dspdllexe.mpt
index 1cbf09e2..bf5ac90c 100644
--- a/templates/vc6dspdllexe.mpt
+++ b/templates/vc6dspdllexe.mpt
@@ -10,7 +10,6 @@ configurations = Release Debug
type_is_binary = 1
common_defines = WIN32 _CONSOLE
subsystem = console
-pdb = 1
use_modifier =
Release {
@@ -33,6 +32,8 @@ Debug {
intermediate_dir = Debug
output_dir = .
lib_modifier = d
+ pdbl = 1
+ pdbc = 1
}
MFC Release {
@@ -61,6 +62,8 @@ MFC Debug {
intermediate_dir = MFC_Debug
output_dir = MFC_Debug
lib_modifier = mfcd
+ pdbl = 1
+ pdbc = 1
use_mfc = 2
}