diff 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
line wrap: on
line diff
--- a/installer-files/octave.vbs	Fri Aug 05 21:24:57 2016 -0400
+++ b/installer-files/octave.vbs	Fri Aug 05 21:24:58 2016 -0400
@@ -15,6 +15,8 @@
 wshSystemEnv("TERM") = "cygwin"
 wshSystemEnv("GNUTERM") = "windows"
 
+wshSystemEnv("GS") = "gs.exe"
+
 ' set Qt plugin directory
 wshSystemEnv("QT_PLUGIN_PATH") = OctavePath & "\plugins"