comparison installer-files/octave-firsttime.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 8803dfa40236
children 44b1a9b2193e
comparison
equal deleted inserted replaced
4182:be6b10b6faf5 4183:cc549d1865cb
11 Set wshSystemEnv = wshShell.Environment( "PROCESS" ) 11 Set wshSystemEnv = wshShell.Environment( "PROCESS" )
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"
17
18 wshSystemEnv("GS") = "gs.exe"
16 19
17 ' set Qt plugin directory 20 ' set Qt plugin directory
18 wshSystemEnv("QT_PLUGIN_PATH") = OctavePath & "\plugins" 21 wshSystemEnv("QT_PLUGIN_PATH") = OctavePath & "\plugins"
19 22
20 ' set directory to users 23 ' set directory to users