/[svn]/misc/trunk/win32_installer/linuxsampler_all.nsi
ViewVC logotype

Diff of /misc/trunk/win32_installer/linuxsampler_all.nsi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3031 by persson, Sat Oct 29 15:50:23 2016 UTC revision 3032 by persson, Sun Oct 30 16:58:22 2016 UTC
# Line 386  Section "gigedit ${GIGEDIT_VERSION}" Sec Line 386  Section "gigedit ${GIGEDIT_VERSION}" Sec
386    common:    common:
387    Call FilesCommonToQSamplerAndGigedit32    Call FilesCommonToQSamplerAndGigedit32
388    commonDone:    commonDone:
389      
390      ; Files common to 32 and 64 bit gigedit
391      SetOutPath $INSTDIR\share
392      File /r bin\686\share\glib-2.0
393      File /r bin\686\share\icons
394      SetOutPath $INSTDIR\share\locale
395      File /r bin\686\share\locale\de
396      File /r bin\686\share\locale\sv
397        
398    StrCmp $binType BIN_TYPE_64BIT gigedit64    StrCmp $binType BIN_TYPE_64BIT gigedit64
399    ; I think we don't need a SSE optimized 32 bit binary for gigedit, one 64bit and one simple 32 bit version should be sufficient    ; I think we don't need a SSE optimized 32 bit binary for gigedit, one 64bit and one simple 32 bit version should be sufficient
400    ;StrCmp $binType BIN_TYPE_686SSE gigedit686sse    ;StrCmp $binType BIN_TYPE_686SSE gigedit686sse
# Line 437  Section "gigedit ${GIGEDIT_VERSION}" Sec Line 445  Section "gigedit ${GIGEDIT_VERSION}" Sec
445    File bin\64\libpng16-16.dll    File bin\64\libpng16-16.dll
446    File bin\64\libsigc-2.0-0.dll    File bin\64\libsigc-2.0-0.dll
447    File bin\64\zlib1.dll    File bin\64\zlib1.dll
448    SetOutPath $INSTDIR\${SUBDIR_64_BIT}\share\locale\de\LC_MESSAGES    ; remove old share directory
449    File bin\64\share\locale\de\LC_MESSAGES\gigedit.mo    RMDir /r $INSTDIR\${SUBDIR_64_BIT}\share
   SetOutPath $INSTDIR\${SUBDIR_64_BIT}\share\locale\sv\LC_MESSAGES  
   File bin\64\share\locale\sv\LC_MESSAGES\gigedit.mo  
450    
451    ; shall we install the 32 bit version as well?    ; shall we install the 32 bit version as well?
452    StrCmp $installing32BitToo "1" gigedit686 done    StrCmp $installing32BitToo "1" gigedit686 done
# Line 478  Section "gigedit ${GIGEDIT_VERSION}" Sec Line 484  Section "gigedit ${GIGEDIT_VERSION}" Sec
484    File bin\686\libpangowin32-1.0-0.dll    File bin\686\libpangowin32-1.0-0.dll
485    File bin\686\libpixman-1-0.dll    File bin\686\libpixman-1-0.dll
486    File bin\686\libsigc-2.0-0.dll    File bin\686\libsigc-2.0-0.dll
487    SetOutPath $INSTDIR\${SUBDIR_32_BIT}\share    ; remove old share directory
488    File /r bin\686\share\glib-2.0    RMDir /r $INSTDIR\${SUBDIR_32_BIT}\share
   File /r bin\686\share\icons  
   SetOutPath $INSTDIR\${SUBDIR_32_BIT}\share\locale  
   File /r bin\686\share\locale\de  
   File /r bin\686\share\locale\sv  
489    
490    done:    done:
491  SectionEnd  SectionEnd

Legend:
Removed from v.3031  
changed lines
  Added in v.3032

  ViewVC Help
Powered by ViewVC