comparison installer-files/octave.vbs @ 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
12 wshSystemEnv("PATH") = OctavePath & "\bin;" & wshSystemEnv("PATH") 12 wshSystemEnv("PATH") = OctavePath & "\bin;" & wshSystemEnv("PATH")
13 13
14 ' set terminal type 14 ' set terminal type
15 wshSystemEnv("TERM") = "cygwin" 15 wshSystemEnv("TERM") = "cygwin"
16 wshSystemEnv("GNUTERM") = "windows" 16 wshSystemEnv("GNUTERM") = "windows"
17
18 wshSystemEnv("GS") = "gs.exe"
17 19
18 ' set Qt plugin directory 20 ' set Qt plugin directory
19 wshSystemEnv("QT_PLUGIN_PATH") = OctavePath & "\plugins" 21 wshSystemEnv("QT_PLUGIN_PATH") = OctavePath & "\plugins"
20 22
21 ' check args to see if told to run gui or command line 23 ' check args to see if told to run gui or command line