Diff for /Amaya/amaya-src.nsi between versions 1.4 and 1.5

version 1.4, 2005/02/22 16:19:18 version 1.5, 2006/11/15 11:48:53
Line 262  Section "Amaya" SecAmaya Line 262  Section "Amaya" SecAmaya
   File /r templates\*    File /r templates\*
   SetOutPath "$INSTDIR\Amaya\resources"    SetOutPath "$INSTDIR\Amaya\resources"
   File /r resources\*    File /r resources\*
   SetOutPath "$INSTDIR\Amaya\plugintest"  
   File /r plugintest\*  
   SetOutPath "$INSTDIR\Amaya\pluginlib"  
   File /r pluginlib\*  
   SetOutPath "$INSTDIR\Amaya\libpng"    SetOutPath "$INSTDIR\Amaya\libpng"
   File /r libpng\*    File /r libpng\*
   SetOutPath "$INSTDIR\Amaya\libjpeg"    SetOutPath "$INSTDIR\Amaya\libjpeg"
Line 420  Function un.onInit Line 416  Function un.onInit
   
   !insertmacro MUI_UNGETLANGUAGE    !insertmacro MUI_UNGETLANGUAGE
       
 FunctionEnd  
   
   FunctionEnd

Removed from v.1.4  
changed lines
  Added in v.1.5


Webmaster