diff tools/makeinst-script.sh.in @ 5470:c561daaad6eb

Add blas chooser * src/blas_switch.mk: new file * binary-dist-rules.mk: add blas_switch as a windows dep * index.html, dist-files.mk: add ref to blas_switch * tools/makeinst-script.sh.in: add start menu blas switch menu * installer-files/README.html: add not about blas_switch
author John Donoghue <john.donoghue@ieee.org>
date Wed, 24 Jun 2020 09:29:17 -0400
parents 100b42124b66
children f7f10f198735
line wrap: on
line diff
--- a/tools/makeinst-script.sh.in	Wed Jun 24 09:29:15 2020 -0400
+++ b/tools/makeinst-script.sh.in	Wed Jun 24 09:29:17 2020 -0400
@@ -470,6 +470,9 @@
   if [ -f $OCTAVE_SOURCE/cmdshell.bat ]; then 
     echo "CreateShortCut '\$SMPROGRAMS\\GNU Octave $VERSION\$MultiUser.Local\\Bash Shell.lnk' '\$INSTDIR\\cmdshell.bat' '' '' 0" >> $OUTFILE
   fi
+  if [ -e $OCTAVE_SOURCE/$OCTAVE_SUBDIR/bin/blas_switch.exe ]; then 
+    echo "CreateShortCut '\$SMPROGRAMS\\GNU Octave $VERSION\$MultiUser.Local\\Blas Switcher.lnk' '\$INSTDIR\\$OCTAVE_SUBDIR\\bin\\blas_switch.exe' '' '' 0" >> $OUTFILE
+  fi
   # if we have documentation files, create shortcuts
   if [ -d $OCTAVE_SOURCE/$OCTAVE_SUBDIR/share/doc/octave ]; then
     cat >> $OUTFILE << EOF