ethereal.rc -> wireshark.rc

svn path=/trunk/; revision=18283
This commit is contained in:
Gerald Combs 2006-05-31 20:32:52 +00:00
parent fc9bedbd03
commit d63374e248
3 changed files with 5 additions and 5 deletions

View File

@ -587,7 +587,7 @@ EXTRA_DIST = \
image/elogo3d48x48.png \
image/ethereal.exe.manifest.in \
image/ethereal.ico \
image/ethereal.rc.in \
image/wireshark.rc.in \
image/ethereal48x48-trans.png \
image/ethereal48x48.png \
image/hi16-app-ethereal.png \

View File

@ -363,7 +363,7 @@ Source Output Tool
------ ------ ----
config.h.win32 config.h sed
epan/config.h.win32 epan/config.h sed
image/ethereal.rc.in image/ethereal.rc sed
image/wireshark.rc.in image/wireshark.rc sed
image/tshark.rc.in image/tshark.rc sed
image/editcap.rc.in image/editcap.rc sed
image/mergecap.rc.in image/mergecap.rc sed

View File

@ -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)/ \