comparison installer-files/cmdshell.bat @ 4232:447859733feb

Add qt5 to path in cmdshell * installer-files/cmdshell.bat: add qt5\bin to path
author John D
date Thu, 13 Oct 2016 07:57:25 -0400
parents cc549d1865cb
children 8f71549f53b9
comparison
equal deleted inserted replaced
4231:b9703b830bf2 4232:447859733feb
3 set OCTAVE_HOME=%~dp0 3 set OCTAVE_HOME=%~dp0
4 4
5 Rem Set up PATH. Make sure the octave bin dir 5 Rem Set up PATH. Make sure the octave bin dir
6 Rem comes first. 6 Rem comes first.
7 7
8 set PATH=%OCTAVE_HOME%bin;%PATH% 8 set PATH=%OCTAVE_HOME%qt5\bin;%OCTAVE_HOME%bin;%PATH%
9 set TERM=cygwin 9 set TERM=cygwin
10 set GS=gs.exe 10 set GS=gs.exe
11 set GNUTERM=windows
11 12
12 %OCTAVE_HOME%\bin\bash.exe 13 %OCTAVE_HOME%\bin\bash.exe
13 14
14 15