Produce ethereal-setup-$VERSION.exe instead of ethereal-setup.exe.

From Andrew C. Feren <aferen@cetacean.com>

svn path=/trunk/; revision=4993
This commit is contained in:
Gilbert Ramirez 2002-03-20 19:45:51 +00:00
parent b38e3f4e99
commit fbc43449fb
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile.nmake,v 1.10 2002/01/04 21:20:20 guy Exp $
# $Id: Makefile.nmake,v 1.11 2002/03/20 19:45:51 gram Exp $
#
#
# NSIS is a free packager/installer/uninstaller program for Win32.
@ -27,7 +27,7 @@ PLUGINS=../../plugins/mgcp/mgcp.dll \
DELIVERABLES=$(EXE) $(DLL) $(DOC) $(GPL) $(PLUGINS)
ethereal-setup.exe : ethereal.nsi $(DELIVERABLES)
ethereal-setup-$(VERSION).exe : ethereal.nsi $(DELIVERABLES)
$(MAKENSIS) ethereal.nsi
ethereal.nsi : ethereal.nsi.in
@ -36,7 +36,7 @@ ethereal.nsi : ethereal.nsi.in
< ethereal.nsi.in > ethereal.nsi
clean:
rm -f ethereal.nsi ethereal-setup.exe
rm -f ethereal.nsi ethereal-setup-$(VERSION).exe
$(DOC):
cd ../../doc

View File

@ -1,7 +1,7 @@
;
; ethereal.nsi
;
; $Id: ethereal.nsi.in,v 1.12 2002/01/04 06:57:09 guy Exp $
; $Id: ethereal.nsi.in,v 1.13 2002/03/20 19:45:51 gram Exp $
; ============================================================================
; Header configuration
@ -10,7 +10,7 @@
Name "Ethereal"
; The file to write
OutFile "ethereal-setup.exe"
OutFile "ethereal-setup-@VERSION@.exe"
; Icon of installer
Icon "..\..\image\ethereal.ico"