# HG changeset patch # User friseb123 # Date 1066305495 0 # Node ID a323cd6c403a4bb2589d654491c9eefd20161be9 # Parent 97f15262ad06ad9b92f7ab94377e7883f778f387 Appendinf the word "debug" into the setup filename if the debug version is generated diff -r 97f15262ad06 -r a323cd6c403a kdiff3/src/kdiff3.nsi --- 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