From 1c619aa5bdd5554ccb057b3a547cde97c97e533b Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 10 Sep 2002 10:08:41 +0000 Subject: Add "/I$(ZLIB_DIR)" to the list of "/I" flags in the top-level directory and the "gtk" and "gtk2" directories, so that we find "zlib.h", as we now define "HAVE_ZLIB" in the top-level "config.h.win32" and thus try to include "zlib.h" on Windows. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6246 f5534014-38df-0310-8fa8-9805f1628bb7 --- gtk2/Makefile.nmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk2') diff --git a/gtk2/Makefile.nmake b/gtk2/Makefile.nmake index ae5f8647ff..6cf0f036da 100644 --- a/gtk2/Makefile.nmake +++ b/gtk2/Makefile.nmake @@ -1,7 +1,7 @@ ## Makefile for building ethereal.exe with Microsoft C and nmake ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake # -# $Id: Makefile.nmake,v 1.5 2002/09/07 10:02:36 sahlberg Exp $ +# $Id: Makefile.nmake,v 1.6 2002/09/10 10:08:41 guy Exp $ include ..\config.nmake @@ -10,6 +10,7 @@ include ..\config.nmake CFLAGS=-DHAVE_CONFIG_H /I.. /I../wiretap \ /I$(GLIB_DIR) /I$(GTK_DIR) /I$(GLIB_DIR)/gmodule \ /I$(GTK_DIR)\gdk /I$(GTK_DIR)\gdk\win32 \ + /I$(ZLIB_DIR) \ /I$(PCAP_DIR)\WPCAP\LIBPCAP /I$(PCAP_DIR)\WPCAP\LIBPCAP\bpf \ /I$(PCAP_DIR)\WPCAP\LIBPCAP\lbl \ /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS) -- cgit v1.2.3