]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/windows/lily-gs.sh
release: 1.5.23
[lilypond.git] / Documentation / windows / lily-gs.sh
index 3a559ca47c649d54cab98248eeb8c49949e0844c..c8c9bd4ad697da53378757bf6f4048a24f23d8fc 100644 (file)
@@ -3,7 +3,7 @@
 
 
 gs550="/usr/windows/gstools/gs5.50"
-gs650="/usr/windows/gs/gs6.50"
+gs650="/usr/windows/gs/gs6.50/bin"
 
 gsview26="/usr/windows/gstools/gsview"
 gsview36="/usr/windows/Ghostgum/GSview"
@@ -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