aboutsummaryrefslogtreecommitdiffstats
path: root/image/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 20:32:52 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 20:32:52 +0000
commitd63374e24882c9c795d00f731cef69b6dc351593 (patch)
treeee1affe1b8a62570913ce9c0809c7b08440272ac /image/Makefile.nmake
parentfc9bedbd031db16e9957fd0ad2b46a4a2cfd233e (diff)
ethereal.rc -> wireshark.rc
svn path=/trunk/; revision=18283
Diffstat (limited to 'image/Makefile.nmake')
-rw-r--r--image/Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/image/Makefile.nmake b/image/Makefile.nmake
index 59ee7c4c72..93adb6dee5 100644
--- a/image/Makefile.nmake
+++ b/image/Makefile.nmake
@@ -4,7 +4,7 @@
include ..\config.nmake
-ALL_RC=ethereal.rc libwireshark.rc tshark.rc capinfos.rc editcap.rc text2pcap.rc mergecap.rc wiretap.rc dumpcap.rc wireshark.exe.manifest
+ALL_RC=wireshark.rc libwireshark.rc tshark.rc capinfos.rc editcap.rc text2pcap.rc mergecap.rc wiretap.rc dumpcap.rc wireshark.exe.manifest
all : $(ALL_RC)
wireshark.exe.manifest: ethereal.exe.manifest.in ..\config.nmake
@@ -13,10 +13,10 @@ wireshark.exe.manifest: ethereal.exe.manifest.in ..\config.nmake
-e s/@VERSION_MICRO@/$(VERSION_MICRO)/ \
< ethereal.exe.manifest.in > $@
-ethereal.rc : win32-file-dlg.rc ethereal.rc.in wireshark.exe.manifest ..\config.nmake
+wireshark.rc : win32-file-dlg.rc wireshark.rc.in wireshark.exe.manifest ..\config.nmake
sed -e s/@VERSION@/$(VERSION)/ \
-e s/@RC_VERSION@/$(RC_VERSION)/ \
- < ethereal.rc.in > $@
+ < wireshark.rc.in > $@
libwireshark.rc: libwireshark.rc.in ..\config.nmake
sed -e s/@VERSION@/$(VERSION)/ \