aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-07-25 18:30:35 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-07-25 18:30:35 +0000
commit818a760aca1f26945480d0a5d025fc71d172edf3 (patch)
treee76b8835639f44b620b8971dfca75822f0f5fbd3
parentcb62ed9cea3c7ff8490c8773018a1be4595801d5 (diff)
update to latest zlib version 123
svn path=/trunk/; revision=15060
-rw-r--r--config.nmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 97cb5e6560..9833c6d8de 100644
--- a/config.nmake
+++ b/config.nmake
@@ -89,7 +89,7 @@ GTK_WIMP_DIR=$(ETHEREAL_LIBS)\gtk-wimp
# If you don't have Zlib, comment this line out, so that Zlib isn't
# defined.
#
-ZLIB_DIR=$(ETHEREAL_LIBS)\zlib122-dll
+ZLIB_DIR=$(ETHEREAL_LIBS)\zlib123-dll
#
# Set PCAP_DIR to the pathname of the directory in which the WinPcap
@@ -149,7 +149,8 @@ GETTEXT_DIR=$(ETHEREAL_LIBS)\gettext-runtime-0.13.1
LOCAL_CFLAGS=/Zi /W3
# Linker flags
-# /DEBUG generate debug info
+# /DEBUG generate debug info
+# /PROFILE generate map file(s) for profiling
LOCAL_LDFLAGS=/DEBUG
# Set PDB_FILE according to your VC++ version