[GRASS-SVN] r57520 - in grass/trunk/mswindows: . osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 28 00:46:09 PDT 2013


Author: martinl
Date: 2013-08-28 00:46:09 -0700 (Wed, 28 Aug 2013)
New Revision: 57520

Modified:
   grass/trunk/mswindows/env.bat
   grass/trunk/mswindows/osgeo4w/env.bat.tmpl
Log:
wingrass: fix PROJ_LIB (osgeo4w), cosmetics

Modified: grass/trunk/mswindows/env.bat
===================================================================
--- grass/trunk/mswindows/env.bat	2013-08-27 15:29:31 UTC (rev 57519)
+++ grass/trunk/mswindows/env.bat	2013-08-28 07:46:09 UTC (rev 57520)
@@ -1,4 +1,6 @@
+rem
 rem Environmental variables for GRASS stand-alone installer
+rem
 
 set GRASS_HTML_BROWSER=explorer
 

Modified: grass/trunk/mswindows/osgeo4w/env.bat.tmpl
===================================================================
--- grass/trunk/mswindows/osgeo4w/env.bat.tmpl	2013-08-27 15:29:31 UTC (rev 57519)
+++ grass/trunk/mswindows/osgeo4w/env.bat.tmpl	2013-08-28 07:46:09 UTC (rev 57520)
@@ -1,15 +1,19 @@
+rem
 rem Environmental variables for GRASS OSGeo4W installer
+rem
 
 set GISBASE=%OSGEO4W_ROOT%\apps\grass\grass- at VERSION@
+set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe
 
-set GRASS_SH=%OSGEO4W_ROOT%\apps\msys\bin\sh.exe
-set GRASS_PYTHON=python
-set GRASS_PROJSHARE=%OSGEO4W_ROOT%\share\proj
 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 PROJ_LIB=%OSGEO4W_ROOT%\proj
 set GEOTIFF_CSV=%OSGEO4W_ROOT%\share\epsg_csv
 
 set PATH=%OSGEO4W_ROOT%\apps\msys\bin;%PATH%



More information about the grass-commit mailing list