summaryrefslogtreecommitdiff
path: root/templates/nmakeexe.mpt
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-07-16 13:39:53 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-07-16 13:39:53 +0000
commit129bbc4c21f8021b601eb933ab5d81e4158033ed (patch)
tree72b2300a8da86d09448b3d5358ba6e8efda4f3cc /templates/nmakeexe.mpt
parentde14aba96e0ef5bdd0ef700369c47bf82e5e7ef7 (diff)
downloadMPC-129bbc4c21f8021b601eb933ab5d81e4158033ed.tar.gz
ChangeLogTag: Wed Jul 16 08:38:49 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/nmakeexe.mpt')
-rw-r--r--templates/nmakeexe.mpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/nmakeexe.mpt b/templates/nmakeexe.mpt
index 9cba700f..1ac7ec25 100644
--- a/templates/nmakeexe.mpt
+++ b/templates/nmakeexe.mpt
@@ -30,7 +30,6 @@ Release {
output_dir = Release
intermediate_dir = Release
debug_switch =
- ssl_libs = libeay32 ssleay32
}
Debug {
@@ -41,7 +40,6 @@ Debug {
output_dir = .
intermediate_dir = Debug
lib_modifier = d
- ssl_libs = libeay32 ssleay32
}
Static Release {
@@ -77,7 +75,6 @@ MFC Release {
intermediate_dir = MFC_Release
lib_modifier = mfc
debug_switch =
- ssl_libs = libeay32 ssleay32
}
MFC Debug {
@@ -89,7 +86,6 @@ MFC Debug {
output_dir = MFC_Debug
intermediate_dir = MFC_Debug
lib_modifier = mfcd
- ssl_libs = libeay32 ssleay32
}
Static MFC Release {