/[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 2391 by persson, Sat Jan 5 12:31:22 2013 UTC revision 2393 by persson, Mon Jan 7 20:44:15 2013 UTC
# Line 512  Section "libgig 3.3.0" Seclibgig Line 512  Section "libgig 3.3.0" Seclibgig
512    File bin\64\libstdc++-6.dll    File bin\64\libstdc++-6.dll
513    
514    ; shall we install the 32 bit version as well?    ; shall we install the 32 bit version as well?
515    StrCmp $installing32BitToo "1" libgig686sse done    StrCmp $installing32BitToo "1" libgig686sse
516      StrCmp $installingQSampler "1" libgigForQsampler done
517    
518      ; QSampler needs the 32 bit libgig dll
519      libgigForQsampler:
520      SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"
521      File bin\686sse\libgig-6.dll
522      Goto done
523    
524    libgig686sse:    libgig686sse:
525    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"    SetOutPath "$INSTDIR\${SUBDIR_32_BIT}"

Legend:
Removed from v.2391  
changed lines
  Added in v.2393

  ViewVC Help
Powered by ViewVC