]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/windows/lily-gs.sh
release: 1.5.23
[lilypond.git] / Documentation / windows / lily-gs.sh
index 5ae3acbad1c26922d034d67de55cb9e7ec160b86..c8c9bd4ad697da53378757bf6f4048a24f23d8fc 100644 (file)
@@ -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