summaryrefslogtreecommitdiff
path: root/image/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'image/Makefile.nmake')
-rw-r--r--image/Makefile.nmake5
1 files changed, 3 insertions, 2 deletions
diff --git a/image/Makefile.nmake b/image/Makefile.nmake
index c9689912c1..a765ef0b22 100644
--- a/image/Makefile.nmake
+++ b/image/Makefile.nmake
@@ -8,8 +8,9 @@ ALL_RC=ethereal.rc libethereal.rc tethereal.rc capinfos.rc editcap.rc text2pcap.
all : $(ALL_RC)
ethereal.exe.manifest: ethereal.exe.manifest.in ..\config.nmake
- sed -e s/@VERSION@/$(VERSION)/ \
- -e s/@RC_VERSION@/$(RC_VERSION)/ \
+ sed -e s/@VERSION_MAJOR@/$(VERSION_MAJOR)/ \
+ -e s/@VERSION_MINOR@/$(VERSION_MINOR)/ \
+ -e s/@VERSION_MICRO@/$(VERSION_MICRO)/ \
< ethereal.exe.manifest.in > $@
ethereal.rc : ethereal.rc.in ethereal.exe.manifest ..\config.nmake