summaryrefslogtreecommitdiff
path: root/templates/vc6dspdllexe.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-03-12 18:22:32 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-03-12 18:22:32 +0000
commit5930e119273016f28c705132d341d728f0f19893 (patch)
treedbefae0a1f3ad38c33199314653400ad48ca686a /templates/vc6dspdllexe.mpt
parentef6ad73174628b6bc8aa48dfecb1a1be91d54734 (diff)
downloadMPC-5930e119273016f28c705132d341d728f0f19893.tar.gz
ChangeLogTag: Wed Mar 12 12:19:23 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/vc6dspdllexe.mpt')
-rw-r--r--templates/vc6dspdllexe.mpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vc6dspdllexe.mpt b/templates/vc6dspdllexe.mpt
index e75f0517..efa9ed72 100644
--- a/templates/vc6dspdllexe.mpt
+++ b/templates/vc6dspdllexe.mpt
@@ -6,6 +6,7 @@ common_defines = WIN32 _CONSOLE
subsystem = console
pch_defines = ACE_USING_PCH
ssl_libs = libeay32 ssleay32
+pdb = 1
Release {
use_debug_libraries = 0
@@ -23,7 +24,6 @@ Debug {
defines = _DEBUG
compile_flags_removed = /YX
intermediate_dir = Debug
+ output_dir = .
lib_modifier = d
- pdb = 1
}
-