# HG changeset patch # User friseb123 # Date 1066319732 0 # Node ID f2d44f9d268d5eb19c7a395601ae35abbc9a849f # Parent 54b6b505ce12b3fdb4c30ffe9034fc2a39d45ff8 Suppression of the source code of the release setup diff -r 54b6b505ce12 -r f2d44f9d268d kdiff3/src/kdiff3.nsi --- a/kdiff3/src/kdiff3.nsi Thu Oct 16 12:20:19 2003 +0000 +++ b/kdiff3/src/kdiff3.nsi Thu Oct 16 15:55:32 2003 +0000 @@ -218,14 +218,11 @@ SectionEnd SubSectionEnd -Section "Source" - - DetailPrint "Writing the Source Code" - SetOutPath "$INSTDIR\" - File /r tmp\source -SectionEnd !ifdef DEBUG -Section "Debug Information" +Section "Debug" + DetailPrint "Writing the Source Code" + SetOutPath "$INSTDIR\" + File /r tmp\source DetailPrint "Writing debug information" SetOutPath "$INSTDIR" File /oname=kdiff3.pdb kdiff3.pdb