Changeset 17192 for gs2runtime/setup.bat


Ignore:
Timestamp:
2008-09-05T12:11:11+12:00 (16 years ago)
Author:
max
Message:

Add the path to ImageMagick that is now bundled with Greenstone 2 and 3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2runtime/setup.bat

    r16607 r17192  
    1313set GSDLHOME=**GSDLHOME**
    1414set GSDLOS=windows
    15 set PATH=%GSDLHOME%\bin\windows\perl\bin;%GSDLHOME%\bin\windows;%GSDLHOME%\bin\script;%PATH%
     15set PATH=%GSDLHOME%\bin\windows\perl\bin;%GSDLHOME%\bin\windows;%GSDLHOME%\bin\script;%GSDLHOME%\bin\windows\imagemagick;%PATH%
    1616goto Success
    1717
     
    2626set GSDLHOME=**GSDLHOME**
    2727set GSDLOS=windows
    28 set PATH="%GSDLHOME%\bin\windows\perl\bin";"%GSDLHOME%\bin\windows";"%GSDLHOME%\bin\script";"%PATH%"
     28set PATH="%GSDLHOME%\bin\windows\perl\bin";"%GSDLHOME%\bin\windows";"%GSDLHOME%\bin\script";"%GSDLHOME%\bin\windows\imagemagick";"%PATH%"
    2929goto Success
    3030
Note: See TracChangeset for help on using the changeset viewer.