From 731907763910fd4613557fcd8568cce0b9c36d64 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 01:22:08 +0000 Subject: [PATCH] lilypond-1.5.23 --- Documentation/windows/lily-gs.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Documentation/windows/lily-gs.sh b/Documentation/windows/lily-gs.sh index 5ae3acbad1..c8c9bd4ad6 100644 --- a/Documentation/windows/lily-gs.sh +++ b/Documentation/windows/lily-gs.sh @@ -14,12 +14,18 @@ gsview36="/usr/windows/Ghostgum/GSview" # "C:\GSTOOLS\GSVIEW\gsview32.exe" "%1" + +## we set GS_LIB although the registry keys have been set. +## + if [ -e "$gs550/gswin32.exe" ]; then PATH="$gs550:$PATH" + GS_LIB='C:\cygwin\usr\windows\gs\gs5.50\lib' fi if [ -e "$gs650/gswin32.exe" ]; then PATH="$gs650:$PATH" + GS_LIB='C:\cygwin\usr\windows\gs\gs6.50\lib' fi if [ -e "$gsview26/gsview32.exe" ]; then @@ -29,3 +35,9 @@ fi if [ -e "$gsview36/gsview32.exe" ]; then PATH="$gsview36:$PATH" fi + + + + +export GS_LIB +export PATH -- 2.39.5