comparison installer-files/octave.bat @ 4183:cc549d1865cb

pstoedit: use GS environment var if set in windows * src/pstoedit-5-use_gs_env.patch: new file * installer-files/cmdshell.bat, installer-files/octave-firsttime.vbs, installer-files/octave.bat, installer-files/octave.vbs: set GS env var to gs.exe * dist-files.mk: added pstoedit-5-use_gs_env.patc
author John D
date Fri, 05 Aug 2016 21:24:58 -0400
parents 908a2a0cf6d6
children 44b1a9b2193e
comparison
equal deleted inserted replaced
4182:be6b10b6faf5 4183:cc549d1865cb
13 13
14 Rem Set up any environment vars we may need 14 Rem Set up any environment vars we may need
15 15
16 set TERM=cygwin 16 set TERM=cygwin
17 set GNUTERM=windows 17 set GNUTERM=windows
18 set GS=gs.exe
18 19
19 Rem Check for args to see if we are told to start GUI 20 Rem Check for args to see if we are told to start GUI
20 Rem with the --force-gui option or not (--no-gui) 21 Rem with the --force-gui option or not (--no-gui)
21 Rem Otherwise assume starting as command line 22 Rem Otherwise assume starting as command line
22 set GUI_MODE=1 23 set GUI_MODE=1