[GRASS-SVN] r49324 - grass/branches/releasebranch_6_4/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 22 05:40:29 EST 2011


Author: martinl
Date: 2011-11-22 02:40:29 -0800 (Tue, 22 Nov 2011)
New Revision: 49324

Modified:
   grass/branches/releasebranch_6_4/mswindows/osgeo4w/env.bat.tmpl
Log:
winGRASS: fix env.bat (libs must be in PATH)

Modified: grass/branches/releasebranch_6_4/mswindows/osgeo4w/env.bat.tmpl
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/osgeo4w/env.bat.tmpl	2011-11-22 02:19:58 UTC (rev 49323)
+++ grass/branches/releasebranch_6_4/mswindows/osgeo4w/env.bat.tmpl	2011-11-22 10:40:29 UTC (rev 49324)
@@ -4,4 +4,4 @@
 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;%PATH%
+set PATH=%OSGEO4W_ROOT%\apps\grass\grass- at VERSION@\bin;%OSGEO4W_ROOT%\apps\grass\grass- at VERSION@\lib;%PATH%



More information about the grass-commit mailing list