comparison 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
comparison
equal deleted inserted replaced
3816:fbc5d86517c9 3817:6daa158a7018
73 cp $(TOP_DIR)/installer-files/README.html $(OCTAVE_DIST_DIR)/ 73 cp $(TOP_DIR)/installer-files/README.html $(OCTAVE_DIST_DIR)/
74 echo " refblas..." 74 echo " refblas..."
75 cp $(OCTAVE_DIST_DIR)/bin/libblas.dll $(OCTAVE_DIST_DIR)/bin/librefblas.dll 75 cp $(OCTAVE_DIST_DIR)/bin/libblas.dll $(OCTAVE_DIST_DIR)/bin/librefblas.dll
76 echo " octave.bat..." 76 echo " octave.bat..."
77 cp $(TOP_DIR)/installer-files/octave.bat $(OCTAVE_DIST_DIR)/ 77 cp $(TOP_DIR)/installer-files/octave.bat $(OCTAVE_DIST_DIR)/
78 cp $(TOP_DIR)/installer-files/octave.vbs $(OCTAVE_DIST_DIR)/
78 endef 79 endef
79 else 80 else
80 define copy-windows-dist-files 81 define copy-windows-dist-files
81 echo " DLL files..." 82 echo " DLL files..."
82 cp /mingw/bin/*.dll $(OCTAVE_DIST_DIR)/bin 83 cp /mingw/bin/*.dll $(OCTAVE_DIST_DIR)/bin