summaryrefslogtreecommitdiff
path: root/epan/ftypes/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-12-07 00:04:32 +0000
committerGerald Combs <gerald@wireshark.org>2003-12-07 00:04:32 +0000
commit409948eced9af8a2b39347e15bb7d69fe42e9c4a (patch)
tree7f263b2f58b577b08ab995c387ad2ad02ab99ca8 /epan/ftypes/Makefile.nmake
parentd9dec105d65bf420f86c7242415a0a0ad885e0a2 (diff)
downloadwireshark-409948eced9af8a2b39347e15bb7d69fe42e9c4a.tar.gz
Add PCRE support to the Windows build.
svn path=/trunk/; revision=9185
Diffstat (limited to 'epan/ftypes/Makefile.nmake')
-rw-r--r--epan/ftypes/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/ftypes/Makefile.nmake b/epan/ftypes/Makefile.nmake
index 6ad6e5df23..1d8f3d3cc1 100644
--- a/epan/ftypes/Makefile.nmake
+++ b/epan/ftypes/Makefile.nmake
@@ -1,14 +1,14 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.6 2003/10/10 21:31:47 guy Exp $
+# $Id: Makefile.nmake,v 1.7 2003/12/07 00:04:32 gerald Exp $
include ..\..\config.nmake
############### no need to modify below this line #########
CFLAGS=-DHAVE_CONFIG_H /I. /I.. /I../.. $(GTK_CFLAGS) \
- /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
+ $(PCRE_CFLAGS) /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL