aboutsummaryrefslogtreecommitdiffstats
path: root/image/Makefile.nmake
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-05-22 08:14:01 +0000
commitf0b33a47893e76488561e57d6c2dce07a1295d4b (patch)
tree94060daf713860116bedfbe9673d9a057b4a0824 /image/Makefile.nmake
parent92552c2d765dcf89883392fcd11556d54f2843e5 (diff)
ethereal->wireshark updates
svn path=/trunk/; revision=18206
Diffstat (limited to 'image/Makefile.nmake')
-rw-r--r--image/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/Makefile.nmake b/image/Makefile.nmake
index 60b8d97f19..4bc6be93a3 100644
--- a/image/Makefile.nmake
+++ b/image/Makefile.nmake
@@ -13,7 +13,7 @@ ethereal.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 ethereal.exe.manifest ..\config.nmake
+ethereal.rc : win32-file-dlg.rc ethereal.rc.in wireshark.exe.manifest ..\config.nmake
sed -e s/@VERSION@/$(VERSION)/ \
-e s/@RC_VERSION@/$(RC_VERSION)/ \
< ethereal.rc.in > $@