Diff for /Amaya/amaya-wx_release.nsi between versions 1.41 and 1.42

version 1.41, 2008/07/09 11:17:25 version 1.42, 2008/08/29 13:48:32
Line 198  Section "Amaya" SecAmaya Line 198  Section "Amaya" SecAmaya
   File resources\icons\16x16\*.ico    File resources\icons\16x16\*.ico
   SetOutPath "$INSTDIR\resources\icons\22x22"    SetOutPath "$INSTDIR\resources\icons\22x22"
   File resources\icons\22x22\*.png    File resources\icons\22x22\*.png
     SetOutPath "$INSTDIR\resources\svg"
     File resources\svg\*.png
     File resources\svg\*.svg
     SetOutPath "$INSTDIR\resources\svg\balloons"
     File resources\svg\balloons\*.png
     File resources\svg\balloons\*.svg
     SetOutPath "$INSTDIR\resources\svg\block_arrows"
     File resources\svg\block_arrows\*.png
     File resources\svg\block_arrows\*.svg
     SetOutPath "$INSTDIR\resources\svg\chemistry"
     File resources\svg\chemistry\*.png
     File resources\svg\chemistry\*.svg
     SetOutPath "$INSTDIR\resources\svg\circuit_diagram"
     File resources\svg\circuit_diagram\*.png
     File resources\svg\circuit_diagram\*.svg
     SetOutPath "$INSTDIR\resources\svg\logic_gates"
     File resources\svg\logic_gates\*.png
     File resources\svg\logic_gates\*.svg
     SetOutPath "$INSTDIR\resources\svg\polygons_and_stars"
     File resources\svg\polygons_and_stars\*.png
     File resources\svg\polygons_and_stars\*.svg
   SetOutPath "$INSTDIR\resources\xrc"    SetOutPath "$INSTDIR\resources\xrc"
   File resources\xrc\*.xrc    File resources\xrc\*.xrc
   
Line 241  Section "Amaya" SecAmaya Line 262  Section "Amaya" SecAmaya
   DetailPrint "Installing Amaya config files"    DetailPrint "Installing Amaya config files"
   SetDetailsPrint listonly    SetDetailsPrint listonly
   
   SetOutPath "$INSTDIR\config\libconfig"  
   File config\libconfig\*.png  
   File config\libconfig\*.svg  
   File config\libconfig\*.css  
   File config\libconfig\*.lhtml  
   
   SetOutPath "$INSTDIR\config"    SetOutPath "$INSTDIR\config"
   File config\*-amayadialogue    File config\*-amayadialogue
   File config\*-libdialogue    File config\*-libdialogue
   File config\*-amayamsg    File config\*-amayamsg
   File config\*-libdialogue    File config\*-libdialogue
   File config\lib_files.dat  
   File config\fonts.*    File config\fonts.*
   File config\amaya.kb    File config\amaya.kb
   File config\amaya.profiles    File config\amaya.profiles

Removed from v.1.41  
changed lines
  Added in v.1.42


Webmaster