[GRASS-SVN] r50177 - grass/branches/develbranch_6/mswindows/osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 14 09:45:25 EST 2012
Author: hellik
Date: 2012-01-14 06:45:25 -0800 (Sat, 14 Jan 2012)
New Revision: 50177
Modified:
grass/branches/develbranch_6/mswindows/osgeo4w/env.bat.tmpl
Log:
set WINGISBASE=%GISBASE% for starting in osgeo4w
Modified: grass/branches/develbranch_6/mswindows/osgeo4w/env.bat.tmpl
===================================================================
--- grass/branches/develbranch_6/mswindows/osgeo4w/env.bat.tmpl 2012-01-14 12:35:43 UTC (rev 50176)
+++ grass/branches/develbranch_6/mswindows/osgeo4w/env.bat.tmpl 2012-01-14 14:45:25 UTC (rev 50177)
@@ -1,7 +1,8 @@
set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass- at VERSION@
+set WINGISBASE=%GISBASE%
set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe
set GRASS_WISH=%OSGEO4W_ROOT%\bin\wish.exe
set GRASS_PYTHON=%OSGEO4W_ROOT%\bin\python.exe
set GRASS_PROJSHARE=%OSGEO4W_ROOT%\share\proj
set GRASS_HTML_BROWSER=explorer
-set PATH=%OSGEO4W_ROOT%\apps\grass\grass- at VERSION@\bin;%OSGEO4W_ROOT%\apps\grass\grass- at VERSION@\lib;%PATH%
+set PATH=%OSGEO4W_ROOT%\apps\grass\grass- at VERSION@\bin;%OSGEO4W_ROOT%\apps\grass\grass- at VERSION@\lib;%PATH%
\ No newline at end of file
More information about the grass-commit
mailing list