aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-11-28 20:06:21 +0000
committerBill Meier <wmeier@newsguy.com>2007-11-28 20:06:21 +0000
commit7f9585782d6f43f28ef3df26a889f1ca751399ce (patch)
treea724e2aca856fa26b44107690d05fe4d544326dd /config.nmake
parent48bb4deed163fab4449a06d1fed9667c492ed391 (diff)
Fixes for Windows build w/o ZLIB
svn path=/trunk/; revision=23651
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
index fe02e279b4..2859f15ade 100644
--- a/config.nmake
+++ b/config.nmake
@@ -681,11 +681,13 @@ WPCAP_CONSTIFIED=
ZLIB_PATH=$(ZLIB_DIR)
ZLIB_CFLAGS=/I$(ZLIB_DIR)\include
ZLIB_LIBS=$(ZLIB_DIR)\lib\zdll.lib
+ZLIB_DLL=$(ZLIB_DIR)\zlib1.dll
# Nmake uses carets to escape special characters
ZLIB_CONFIG=^#define HAVE_LIBZ 1
!else
ZLIB_CFLAGS=
ZLIB_LIBS=
+ZLIB_DLL=
ZLIB_CONFIG=
!ENDIF