aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-22 19:27:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-22 19:27:59 +0000
commitcd85423556fcc9bc588f509e8157ddf9732f4e55 (patch)
tree1f1417ed9a6226f287f8233bf12b1bccc2834090 /epan
parentcf57056f7065533a5d7375f9c1be0c16cec69f8b (diff)
downloadwireshark-cd85423556fcc9bc588f509e8157ddf9732f4e55.tar.gz
wireshark-cd85423556fcc9bc588f509e8157ddf9732f4e55.tar.bz2
wireshark-cd85423556fcc9bc588f509e8157ddf9732f4e55.zip
epan don't need GTK_CFLAGS as GTK isn't used,
GLIB_CFLAGS are just enough svn path=/trunk/; revision=9779
Diffstat (limited to 'epan')
-rw-r--r--epan/Makefile.nmake4
-rw-r--r--epan/dfilter/Makefile.nmake4
-rw-r--r--epan/ftypes/Makefile.nmake4
3 files changed, 6 insertions, 6 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index eea89b3e72..9df35ef8d9 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -1,13 +1,13 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.32 2003/12/07 00:04:31 gerald Exp $
+# $Id: Makefile.nmake,v 1.33 2004/01/22 19:27:58 ulfl Exp $
include ..\config.nmake
############### no need to modify below this line #########
-CFLAGS=-DHAVE_CONFIG_H /I. /I.. /I../wiretap $(GTK_CFLAGS) \
+CFLAGS=-DHAVE_CONFIG_H /I. /I.. /I../wiretap $(GLIB_CFLAGS) \
$(ADNS_CFLAGS) $(PCRE_CFLAGS) /I$(PCAP_DIR)\include \
-D_U_="" $(LOCAL_CFLAGS)
diff --git a/epan/dfilter/Makefile.nmake b/epan/dfilter/Makefile.nmake
index 96e99fb625..3c5474e7b6 100644
--- a/epan/dfilter/Makefile.nmake
+++ b/epan/dfilter/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.11 2003/12/10 22:38:48 obiot Exp $
+# $Id: Makefile.nmake,v 1.12 2004/01/22 19:27:59 ulfl Exp $
include ..\..\config.nmake
@@ -10,7 +10,7 @@ include ..\..\config.nmake
LEMON=..\..\tools\lemon
CFLAGS=-DHAVE_CONFIG_H /I. /I.. /I..\.. /I$(LEMON) \
- $(GTK_CFLAGS) $(PCRE_CFLAGS) /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
+ $(GLIB_CFLAGS) $(PCRE_CFLAGS) /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL
diff --git a/epan/ftypes/Makefile.nmake b/epan/ftypes/Makefile.nmake
index aa58de5683..e79a734021 100644
--- a/epan/ftypes/Makefile.nmake
+++ b/epan/ftypes/Makefile.nmake
@@ -1,13 +1,13 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.8 2003/12/09 23:15:35 obiot Exp $
+# $Id: Makefile.nmake,v 1.9 2004/01/22 19:27:59 ulfl Exp $
include ..\..\config.nmake
############### no need to modify below this line #########
-CFLAGS=-DHAVE_CONFIG_H /I. /I.. /I../.. $(GTK_CFLAGS) \
+CFLAGS=-DHAVE_CONFIG_H /I. /I.. /I../.. $(GLIB_CFLAGS) \
$(PCRE_CFLAGS) /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL