Skip to content

Commit

Permalink
Nothing here should require zlib.h, so we shouldn't need to do
Browse files Browse the repository at this point in the history
"/I$(ZLIB_DIR)".

svn path=/trunk/; revision=8910
  • Loading branch information
guyharris committed Nov 7, 2003
1 parent a3793b2 commit ed66a06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gtk/Makefile.nmake
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit ed66a06

Please sign in to comment.