comparison dist-files.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 a6140fcf5631
children 8020defced38
comparison
equal deleted inserted replaced
3816:fbc5d86517c9 3817:6daa158a7018
824 824
825 INSTALL_FILES_1 := \ 825 INSTALL_FILES_1 := \
826 gpl-3.0.txt \ 826 gpl-3.0.txt \
827 octave.bat \ 827 octave.bat \
828 octave.bmp \ 828 octave.bmp \
829 octave.vbs \
829 octave-hdr.bmp \ 830 octave-hdr.bmp \
830 octave-logo.ico \ 831 octave-logo.ico \
831 README.html 832 README.html
832 INSTALL_FILES := $(addprefix installer-files/, $(INSTALL_FILES_1)) 833 INSTALL_FILES := $(addprefix installer-files/, $(INSTALL_FILES_1))
833 834