summaryrefslogtreecommitdiff
path: root/lib/gssetgs32.bat
blob: e2805617756f5a49be2338158713b845efeb948e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@echo off

rem Set default values for GS (gs with graphics window) and GSC
rem (console mode gs) if the user hasn't set them.

if NOT %GS%/==/ goto :gsset
if EXIST %~dp0..\bin\gswin32.exe set GS=%~dp0..\bin\gswin32
if %GS/==/ set GS=gswin32
:gsset

if NOT %GSC%/==/ goto :gscset
if EXIST %~dp0..\bin\gswin32c.exe set GSC=%~dp0..\bin\gswin32c
if %GSC%/==/ set GSC=gswin32c
:gscset