|
@@ -6,10 +6,11 @@ set GRASS_WISH=wish.exe
|
|
|
rem Path to the shell command
|
|
|
set GRASS_SH=%GISBASE%\msys\bin\sh.exe
|
|
|
|
|
|
-rem Set Path to utilities (libraries and bynaries) used by GRASS
|
|
|
+rem Set Path to utilities (libraries and binaries) used by GRASS
|
|
|
set PATH=%GISBASE%\msys\bin;%PATH%
|
|
|
set PATH=%GISBASE%\extrabin;%GISBASE%\extralib;%PATH%
|
|
|
set PATH=%GISBASE%\tcl-tk\bin;%GISBASE%\sqlite\bin;%GISBASE%\gpsbabel;%PATH%
|
|
|
+set PATH=%GISBASE%\bin;%GISBASE%\scripts;%PATH%
|
|
|
|
|
|
rem Set Path to default web browser
|
|
|
set GRASS_HTML_BROWSER=explorer
|