Diff for /Amaya/amaya-wx_release.nsi between versions 1.32 and 1.33

version 1.32, 2006/04/10 15:29:45 version 1.33, 2007/02/27 09:30:39
Line 8 Line 8
 ;General  ;General
   
   ;Name and file    ;Name and file
   !define VERSION "9.5"    !define VERSION "9.54"
   Name "Amaya ${VERSION}"    Name "Amaya ${VERSION}"
   OutFile "amaya-WinXP-${VERSION}.exe"    OutFile "amaya-WinXP-${VERSION}.exe"
       
Line 227  Section "Amaya" SecAmaya Line 227  Section "Amaya" SecAmaya
   SetOutPath "$INSTDIR\resources\xrc"    SetOutPath "$INSTDIR\resources\xrc"
   File resources\xrc\*.xrc    File resources\xrc\*.xrc
   
   SetOutPath "$INSTDIR\templates\en"    
   File templates\en\*.png  
   File templates\en\*.html  
   File templates\en\*.css  
   SetOutPath "$INSTDIR\templates\fr"  
   File templates\fr\*.png  
   File templates\fr\*.html  
   File templates\fr\*.css  
   
   SetOutPath "$INSTDIR\amaya\wxdialog"    SetOutPath "$INSTDIR\amaya\wxdialog"
   File amaya\wxdialog\appicon.ico    File amaya\wxdialog\appicon.ico
   File amaya\wxdialog\amaya.rc    File amaya\wxdialog\amaya.rc

Removed from v.1.32  
changed lines
  Added in v.1.33


Webmaster