summaryrefslogtreecommitdiff
path: root/image/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-13 13:45:50 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-13 13:45:50 +0000
commit8de6fc7792015ae185ac4d1d5388ad1717e95867 (patch)
tree091b617b7b7e7be27b639452e00bb7bfbe36d11b /image/Makefile.nmake
parent6fd6381ab30a2920ba61fb157c15515077f4b3b3 (diff)
downloadwireshark-8de6fc7792015ae185ac4d1d5388ad1717e95867.tar.gz
fixes related to file_dlg_win32.rc
svn path=/trunk/; revision=24976
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 c248b50129..0200094ac1 100644
--- a/image/Makefile.nmake
+++ b/image/Makefile.nmake
@@ -15,7 +15,7 @@ wireshark.exe.manifest: wireshark.exe.manifest.in ..\config.nmake
-e s/@VERSION_MICRO@/$(VERSION_MICRO)/ \
< wireshark.exe.manifest.in > $@
-wireshark.rc : win32-file-dlg.rc wireshark.rc.in wireshark.exe.manifest ..\config.nmake
+wireshark.rc : file_dlg_win32.rc wireshark.rc.in wireshark.exe.manifest ..\config.nmake
sed -e s/@VERSION@/$(VERSION)/ \
-e s/@RC_VERSION@/$(RC_VERSION)/ \
< wireshark.rc.in > $@