aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-11-24 08:14:12 +0000
committerGuy Harris <guy@alum.mit.edu>2001-11-24 08:14:12 +0000
commitc871a24514acf5552b816d40845cc11bb40ca9a7 (patch)
tree193e3364fe4bea8d3b55fd2076058851c2fbd7b2 /Makefile.nmake
parent73fc903278dc638f562774b4f0607a2071a66eeb (diff)
Support for time stamping packets in text2pcap, from Gordon McKinney.
svn path=/trunk/; revision=4252
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 31c012cc1d..2cec52ef22 100644
--- a/Makefile.nmake
+++ b/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.143 2001/11/21 02:08:57 guy Exp $
+# $Id: Makefile.nmake,v 1.144 2001/11/24 08:14:10 guy Exp $
include config.nmake
include <win32.mak>
@@ -350,7 +350,7 @@ mergecap.exe : config.h mergecap.obj getopt.obj wiretap\wiretap-$(WTAP_VERSION).
/OUT:mergecap.exe $(conflags) $(conlibsdll) $(LDFLAGS) /SUBSYSTEM:console mergecap.obj getopt.obj $(mergecap_LIBS) image\mergecap.res
<<
-text2pcap.exe : config.h text2pcap.obj text2pcap-scanner.obj getopt.obj image\text2pcap.res
+text2pcap.exe : config.h text2pcap.obj text2pcap-scanner.obj getopt.obj strptime.obj image\text2pcap.res
@echo Linking $@
$(LINK) @<<
/OUT:text2pcap.exe $(conflags) $(conlibsdll) $(LDFLAGS) /SUBSYSTEM:console text2pcap.obj text2pcap-scanner.obj getopt.obj image\text2pcap.res