aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-01-16 02:23:42 +0000
committerGerald Combs <gerald@wireshark.org>2014-01-16 02:23:42 +0000
commitbce9eaad75f7d352ca9e80bb0c0e81801e414887 (patch)
tree0c64b4aadd884c40bfebc86bebcf44078618cbcd /Makefile.nmake
parentd5b706be513769a6f44fffb23b4d87b9c45f3c05 (diff)
Partially revert r54824.
svn path=/trunk/; revision=54825
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 5fdf206e1b..c7f743df22 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -8,7 +8,6 @@
include config.nmake
include <win32.mak>
-include Makefile.nmake.inc
############### no need to modify below this line #########
@@ -549,6 +548,10 @@ 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 $?