summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-01-16 01:28:02 +0000
committerGerald Combs <gerald@wireshark.org>2014-01-16 01:28:02 +0000
commitd5b706be513769a6f44fffb23b4d87b9c45f3c05 (patch)
tree4673c13165361921718c02c1a0cdc92f83895fb7 /Makefile.nmake
parent60045cae1cf352861deaf86d581c1e44ad27b128 (diff)
downloadwireshark-d5b706be513769a6f44fffb23b4d87b9c45f3c05.tar.gz
Allow the use of Win flex-bison and document how to do that.
svn path=/trunk/; revision=54824
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index c7f743df22..5fdf206e1b 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -8,6 +8,7 @@
include config.nmake
include <win32.mak>
+include Makefile.nmake.inc
############### no need to modify below this line #########
@@ -548,10 +549,6 @@ svnversion.h: $(SVNENTRIES)
rm -f svnversion.h
$(PERL) make-version.pl
-
-text2pcap-scanner.c : text2pcap-scanner.l
- $(LEX) -otext2pcap-scanner.c text2pcap-scanner.l
-
text2pcap-scanner.obj : text2pcap-scanner.c
$(CC) $(GENERATED_CFLAGS) -Fd.\ -c $?