changeset 47:a323cd6c403a

Appendinf the word "debug" into the setup filename if the debug version is generated
author friseb123
date Thu, 16 Oct 2003 11:58:15 +0000
parents 97f15262ad06
children 54b6b505ce12
files kdiff3/src/kdiff3.nsi
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kdiff3/src/kdiff3.nsi	Thu Oct 16 11:47:32 2003 +0000
+++ b/kdiff3/src/kdiff3.nsi	Thu Oct 16 11:58:15 2003 +0000
@@ -25,7 +25,11 @@
 
 
   ;General
+!ifndef DEBUG
   OutFile "KDiff3Setup_${MUI_VERSION}.exe"
+!else
+  OutFile "KDiff3Setup_${MUI_VERSION}_debug.exe"
+!endif
   setCompressor bzip2