From 7f9585782d6f43f28ef3df26a889f1ca751399ce Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 28 Nov 2007 20:06:21 +0000 Subject: Fixes for Windows build w/o ZLIB svn path=/trunk/; revision=23651 --- config.nmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.nmake') 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 -- cgit v1.2.3