1234567891011121314151617181920 |
- REM
- REM Environmental variables for GRASS OSGeo4W installer
- REM
- set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass-@VERSION@
- REM set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe
- set GRASS_HTML_BROWSER=explorer
- set GRASS_PYTHON=%OSGEO4W_ROOT%\bin\python.exe
- set PYTHONHOME=%OSGEO4W_ROOT%\apps\Python27
- set GRASS_PROJSHARE=%OSGEO4W_ROOT%\share\proj
- set PROJ_LIB=%OSGEO4W_ROOT%\share\proj
- set GDAL_DATA=%OSGEO4W_ROOT%\share\gdal
- set GEOTIFF_CSV=%OSGEO4W_ROOT%\share\epsg_csv
- set PATH=%OSGEO4W_ROOT%\apps\msys\bin;%PATH%
|