aboutsummaryrefslogtreecommitdiffstats
path: root/image/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-12 19:59:41 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-12 19:59:41 +0000
commite9d00f4a4fa54544e1a01e24fb445434dcbf8abe (patch)
treea9c35951bce334dbad1c8c393d6cd7cd87641971 /image/Makefile.nmake
parentc5881bc7b9d9eee2b76806e3d0c79cc44eedecbd (diff)
Mergecap utility for merging capture files, from Scott Renfro.
svn path=/trunk/; revision=3701
Diffstat (limited to 'image/Makefile.nmake')
-rw-r--r--image/Makefile.nmake7
1 files changed, 6 insertions, 1 deletions
diff --git a/image/Makefile.nmake b/image/Makefile.nmake
index 62de6a25d4..cbce6b46e3 100644
--- a/image/Makefile.nmake
+++ b/image/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.2 2001/05/21 05:04:49 guy Exp $
+# $Id: Makefile.nmake,v 1.3 2001/07/12 19:59:41 guy Exp $
#
include ..\config.nmake
@@ -22,6 +22,11 @@ editcap.rc : editcap.rc.in
-e s/@RC_VERSION@/$(RC_VERSION)/ \
< editcap.rc.in > $@
+mergecap.rc : mergecap.rc.in
+ sed -e s/@VERSION@/$(VERSION)/ \
+ -e s/@RC_VERSION@/$(RC_VERSION)/ \
+ < mergecap.rc.in > $@
+
text2pcap.rc : text2pcap.rc.in
sed -e s/@VERSION@/$(VERSION)/ \
-e s/@RC_VERSION@/$(RC_VERSION)/ \