Diff for /Amaya/amaya-wx_release.nsi between versions 1.13 and 1.14

version 1.13, 2005/01/26 15:09:43 version 1.14, 2005/02/03 13:34:30
Line 215  Section "Amaya" SecAmaya Line 215  Section "Amaya" SecAmaya
   DetailPrint "Installing Amaya resources : icons, dialogues"    DetailPrint "Installing Amaya resources : icons, dialogues"
   SetDetailsPrint listonly    SetDetailsPrint listonly
   
   SetOutPath "$INSTDIR\resources\icons"    SetOutPath "$INSTDIR\resources\icons\misc"
   File resources\icons\*.png    File resources\icons\misc\*.png
   File resources\icons\*.gif    File resources\icons\misc\*.gif
     File resources\icons\misc\*.ico
     SetOutPath "$INSTDIR\resources\icons\16x16"
     File resources\icons\16x16\*.png
     File resources\icons\16x16\*.gif
     File resources\icons\16x16\*.ico
     SetOutPath "$INSTDIR\resources\icons\22x22"
     File resources\icons\22x22\*.png
     File resources\icons\22x22\*.gif
     File resources\icons\22x22\*.ico
   SetOutPath "$INSTDIR\resources\xrc"    SetOutPath "$INSTDIR\resources\xrc"
   File resources\xrc\*.xrc    File resources\xrc\*.xrc
   SetOutPath "$INSTDIR\amaya\wxdialog"    SetOutPath "$INSTDIR\amaya\wxdialog"

Removed from v.1.13  
changed lines
  Added in v.1.14


Webmaster