summaryrefslogtreecommitdiff
path: root/templates/nmakedll.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-03-12 19:32:06 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-03-12 19:32:06 +0000
commit3ca57e57f8a018edbabec73ef615777ce0ba03e6 (patch)
tree04672a64343e652f42a35ae528bad3044a450007 /templates/nmakedll.mpt
parent5930e119273016f28c705132d341d728f0f19893 (diff)
downloadMPC-3ca57e57f8a018edbabec73ef615777ce0ba03e6.tar.gz
ChangeLogTag: Wed Mar 12 13:31:08 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/nmakedll.mpt')
-rw-r--r--templates/nmakedll.mpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/nmakedll.mpt b/templates/nmakedll.mpt
index 27af39ff..385aaa1a 100644
--- a/templates/nmakedll.mpt
+++ b/templates/nmakedll.mpt
@@ -27,6 +27,7 @@ Release {
debug_switch =
type_is_dynamic = 1
type_is_binary = 1
+ pdb = 1
ssl_libs = libeay32 ssleay32
}
@@ -36,6 +37,7 @@ Debug {
compile_flags = /W3 /Gm /GX /Zi /Od /MDd /GR /Gy
defines = _DEBUG
compile_flags_removed = /Fr /YX
+ output_dir = .
intermediate_dir = Debug
lib_modifier = d
type_is_dynamic = 1
@@ -71,6 +73,5 @@ Static Debug {
lib_modifier = sd
type_is_static = 1
need_libflags = 1
- pdb = 1
}