aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/ethereal.nsi
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-26 21:12:41 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-26 21:12:41 +0000
commitc6201489da328f9c7add98cce479bd4e69b864b0 (patch)
tree92605ed5816face2da489e2655a21eda60c1cf29 /packaging/nsis/ethereal.nsi
parenta165b0d6bec7d2186d6106f145d8b123ea93077f (diff)
updated NSIS generation to build GTK version 1 or 2,
added new target "packaging" to root Makefile.nmake, which will generate version 1 or 2 or both, depending on config.nmake GTK?_DIR setting svn path=/trunk/; revision=9866
Diffstat (limited to 'packaging/nsis/ethereal.nsi')
-rw-r--r--packaging/nsis/ethereal.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi
index 7870e0c931..8d5d7e2cc0 100644
--- a/packaging/nsis/ethereal.nsi
+++ b/packaging/nsis/ethereal.nsi
@@ -1,7 +1,7 @@
;
; ethereal.nsi
;
-; $Id: ethereal.nsi,v 1.39 2004/01/05 15:27:35 ulfl Exp $
+; $Id: ethereal.nsi,v 1.40 2004/01/26 21:12:41 ulfl Exp $
; ============================================================================
; Header configuration
@@ -10,7 +10,7 @@
Name "Ethereal"
; The file to write
-OutFile "ethereal-setup-${VERSION}.exe"
+OutFile "${DEST}-setup-${VERSION}.exe"
; Icon of installer and uninstaller
Icon "..\..\image\ethereal.ico"
@@ -168,7 +168,7 @@ SectionEnd
Section "Ethereal" SecEthereal
;-------------------------------------------
SetOutPath $INSTDIR
-File "..\..\ethereal.exe"
+File "..\..\${DEST}.exe"
File "..\..\doc\ethereal.html"
File "..\..\doc\ethereal-filter.html"
!ifndef GTK2