From ed66a067f5500d9d4bce1d9210799ba898bd5a19 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 7 Nov 2003 23:26:15 +0000 Subject: [PATCH] Nothing here should require zlib.h, so we shouldn't need to do "/I$(ZLIB_DIR)". svn path=/trunk/; revision=8910 --- gtk/Makefile.nmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake index a9da98c251b..bb048ea3eb3 100644 --- a/gtk/Makefile.nmake +++ b/gtk/Makefile.nmake @@ -1,14 +1,13 @@ ## Makefile for building ethereal.exe with Microsoft C and nmake ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake # -# $Id: Makefile.nmake,v 1.57 2003/11/05 09:04:17 sahlberg Exp $ +# $Id: Makefile.nmake,v 1.58 2003/11/07 23:26:15 guy Exp $ include ..\config.nmake ############### no need to modify below this line ######### CFLAGS=-DHAVE_CONFIG_H /I.. /I../wiretap $(GTK_CFLAGS) \ - /I$(ZLIB_DIR) \ /I$(PCAP_DIR)\WPCAP\LIBPCAP /I$(PCAP_DIR)\WPCAP\LIBPCAP\bpf \ /I$(PCAP_DIR)\WPCAP\LIBPCAP\lbl \ /I$(PCAP_DIR)\include /I$(NET_SNMP_DIR)\include \