summaryrefslogtreecommitdiff
path: root/templates/nmakeexe.mpt
diff options
context:
space:
mode:
authorkitty <kitty@a3e5c962-4219-0410-a828-e124f845ac39>2003-05-30 03:32:17 +0000
committerkitty <kitty@a3e5c962-4219-0410-a828-e124f845ac39>2003-05-30 03:32:17 +0000
commit6f88f0e583eec42aec731b75b2d2890370585adf (patch)
treea1fba3f7b5716af6817c2c11b39a83b19259194b /templates/nmakeexe.mpt
parente0182ca8b460e2e6f96bc0f0fcff70906384a553 (diff)
downloadMPC-6f88f0e583eec42aec731b75b2d2890370585adf.tar.gz
ChangeLogTag: Thu May 29 22:18:00 2003 Krishnakumar B <kitty@spam.invalid.domain>
Diffstat (limited to 'templates/nmakeexe.mpt')
-rw-r--r--templates/nmakeexe.mpt5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/nmakeexe.mpt b/templates/nmakeexe.mpt
index ddcc9677..8db3cd2d 100644
--- a/templates/nmakeexe.mpt
+++ b/templates/nmakeexe.mpt
@@ -29,6 +29,7 @@ Release {
intermediate_dir = Release
debug_switch =
ssl_libs = libeay32 ssleay32
+ zzip_libs = z zzip
}
Debug {
@@ -40,6 +41,7 @@ Debug {
intermediate_dir = Debug
lib_modifier = d
ssl_libs = libeay32 ssleay32
+ zzip_libs = z zzip
}
Static Release {
@@ -76,6 +78,7 @@ MFC Release {
lib_modifier = mfc
debug_switch =
ssl_libs = libeay32 ssleay32
+ zzip_libs = z zzip
}
MFC Debug {
@@ -88,6 +91,7 @@ MFC Debug {
intermediate_dir = MFC_Debug
lib_modifier = mfcd
ssl_libs = libeay32 ssleay32
+ zzip_libs = z zzip
}
Static MFC Release {
@@ -116,3 +120,4 @@ Static MFC Debug {
}
conditional_include "vcfullmacros"
+conditional_include "zziplib"