From 5a10de0446ab54ac99ed208cb2280d740112dea1 Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Mon, 24 Sep 2012 11:25:40 +0000 Subject: Add reordercap to this makefile too. svn path=/trunk/; revision=45094 --- image/Makefile.nmake | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'image') diff --git a/image/Makefile.nmake b/image/Makefile.nmake index adddb9a1c0..1746edc404 100644 --- a/image/Makefile.nmake +++ b/image/Makefile.nmake @@ -6,7 +6,7 @@ include ..\config.nmake # Nmake uses an implicit rule to build a .res from a .rc file! -ALL_RC=wireshark.rc libwireshark.rc tshark.rc rawshark.rc capinfos.rc editcap.rc text2pcap.rc mergecap.rc wiretap.rc dumpcap.rc libwsutil.rc wireshark.exe.manifest +ALL_RC=wireshark.rc libwireshark.rc tshark.rc rawshark.rc capinfos.rc editcap.rc text2pcap.rc mergecap.rc reordercap.rc wiretap.rc dumpcap.rc libwsutil.rc wireshark.exe.manifest all : $(ALL_RC) wireshark.exe.manifest: wireshark.exe.manifest.in ..\config.nmake @@ -51,6 +51,11 @@ mergecap.rc : mergecap.rc.in ..\config.nmake -e s/@RC_VERSION@/$(RC_VERSION)/ \ < mergecap.rc.in > $@ +reordercap.rc : reordercap.rc.in ..\config.nmake + sed -e s/@VERSION@/$(VERSION)/ \ + -e s/@RC_VERSION@/$(RC_VERSION)/ \ + < reordercap.rc.in > $@ + text2pcap.rc : text2pcap.rc.in ..\config.nmake sed -e s/@VERSION@/$(VERSION)/ \ -e s/@RC_VERSION@/$(RC_VERSION)/ \ -- cgit v1.2.3