source: other-projects/trunk/winbin/bin/ghostscript/lib/gssetgs.bat@ 17223

Last change on this file since 17223 was 17223, checked in by max, 16 years ago

Add Ghostscript binaries and libraries for windows.

File size: 240 bytes
Line 
1@echo off
2@rem $Id: gssetgs.bat 6300 2005-12-28 19:56:24Z giles $
3
4rem Set default values for GS (gs with graphics window) and GSC
5rem (console mode gs) if the user hasn't set them.
6
7if %GS%/==/ set GS=gswin32
8if %GSC%/==/ set GSC=gswin32c
Note: See TracBrowser for help on using the repository browser.