Nothing here should require zlib.h, so we shouldn't need to do
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 7 Nov 2003 23:26:15 +0000 (23:26 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 7 Nov 2003 23:26:15 +0000 (23:26 +0000)
"/I$(ZLIB_DIR)".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8910 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/Makefile.nmake

index a9da98c251b7fcee5a54a4f323bdf21e14ec5f64..bb048ea3eb3c222f45983d7643a87951af97e4d9 100644 (file)
@@ -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 \