summaryrefslogtreecommitdiff
path: root/gtk/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-11-07 23:26:15 +0000
committerGuy Harris <guy@alum.mit.edu>2003-11-07 23:26:15 +0000
commited66a067f5500d9d4bce1d9210799ba898bd5a19 (patch)
treed57d43ebb471c43d83288be5f8578b0f2189cadc /gtk/Makefile.nmake
parenta3793b2ade91c90630f92b05c0a32f50384f2698 (diff)
downloadwireshark-ed66a067f5500d9d4bce1d9210799ba898bd5a19.tar.gz
Nothing here should require zlib.h, so we shouldn't need to do
"/I$(ZLIB_DIR)". svn path=/trunk/; revision=8910
Diffstat (limited to 'gtk/Makefile.nmake')
-rw-r--r--gtk/Makefile.nmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/Makefile.nmake b/gtk/Makefile.nmake
index a9da98c251..bb048ea3eb 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 \