summaryrefslogtreecommitdiff
path: root/templates/vc6dsplibexe.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/vc6dsplibexe.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/vc6dsplibexe.mpt')
-rw-r--r--templates/vc6dsplibexe.mpt5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/vc6dsplibexe.mpt b/templates/vc6dsplibexe.mpt
index e5e9d403..f173fce6 100644
--- a/templates/vc6dsplibexe.mpt
+++ b/templates/vc6dsplibexe.mpt
@@ -12,7 +12,6 @@ type_is_binary = 1
common_defines = WIN32 _CONSOLE
subsystem = console
need_staticflags = 1
-pdb = 1
use_modifier =
Release {
@@ -36,6 +35,8 @@ Debug {
intermediate_dir = Static_Debug
output_dir = Static_Debug
lib_modifier = sd
+ pdbl = 1
+ pdbc = 1
}
MFC Release {
@@ -64,6 +65,8 @@ MFC Debug {
intermediate_dir = Static_MFC_Debug
output_dir = Static_MFC_Debug
lib_modifier = mfcsd
+ pdbl = 1
+ pdbc = 1
use_mfc = 2
}