From 409948eced9af8a2b39347e15bb7d69fe42e9c4a Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 7 Dec 2003 00:04:32 +0000 Subject: Add PCRE support to the Windows build. svn path=/trunk/; revision=9185 --- epan/ftypes/Makefile.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/ftypes/Makefile.nmake') 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 -- cgit v1.2.1