[GRASS-SVN] r50916 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 21 13:44:48 EST 2012


Author: martinl
Date: 2012-02-21 10:44:48 -0800 (Tue, 21 Feb 2012)
New Revision: 50916

Modified:
   grass/branches/releasebranch_6_4/mswindows/env.bat
Log:
wingrass: add GISBASE\lib to PATH

Modified: grass/branches/releasebranch_6_4/mswindows/env.bat
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/env.bat	2012-02-21 16:12:34 UTC (rev 50915)
+++ grass/branches/releasebranch_6_4/mswindows/env.bat	2012-02-21 18:44:48 UTC (rev 50916)
@@ -14,4 +14,4 @@
 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;%PATH%
+set PATH=%GISBASE%\bin;%GISBASE%\lib;%PATH%



More information about the grass-commit mailing list