changeset 49:f2d44f9d268d

Suppression of the source code of the release setup
author friseb123
date Thu, 16 Oct 2003 15:55:32 +0000
parents 54b6b505ce12
children 8c9752066f09
files kdiff3/src/kdiff3.nsi
diffstat 1 files changed, 4 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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