diff binary-dist-rules.mk @ 3817:6daa158a7018

nsis installer: use octave.vbs as laucher (Bug #41074) * installer-files/octave.vbs: new file * dist-files.mk: add octave.vbs * makeinst-script.sh: use octave.vbs as laucher
author John Donoghue <john.donoghue@ieee.org>
date Mon, 02 Mar 2015 19:14:41 -0500
parents 933b99febcf1
children c08abc3f5bf3
line wrap: on
line diff
--- a/binary-dist-rules.mk	Sun Mar 01 19:05:38 2015 -0800
+++ b/binary-dist-rules.mk	Mon Mar 02 19:14:41 2015 -0500
@@ -75,6 +75,7 @@
       cp $(OCTAVE_DIST_DIR)/bin/libblas.dll $(OCTAVE_DIST_DIR)/bin/librefblas.dll
       echo "  octave.bat..."
       cp $(TOP_DIR)/installer-files/octave.bat $(OCTAVE_DIST_DIR)/
+      cp $(TOP_DIR)/installer-files/octave.vbs $(OCTAVE_DIST_DIR)/
     endef
   else
     define copy-windows-dist-files