[GRASS-SVN] r45577 - grass/trunk/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 5 13:26:05 EST 2011


Author: martinl
Date: 2011-03-05 10:26:05 -0800 (Sat, 05 Mar 2011)
New Revision: 45577

Added:
   grass/trunk/mswindows/osgeo4w/grass.tmpl
Log:
osgeo4w: add missing grass.tmpl

Added: grass/trunk/mswindows/osgeo4w/grass.tmpl
===================================================================
--- grass/trunk/mswindows/osgeo4w/grass.tmpl	                        (rev 0)
+++ grass/trunk/mswindows/osgeo4w/grass.tmpl	2011-03-05 18:26:05 UTC (rev 45577)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+export GISBASE=@OSGEO4W_ROOT_MSYS@/apps/grass/grass- at VERSION@
+export WINGISBASE=@OSGEO4W_ROOT_MSYS@/apps/grass/grass- at VERSION@
+export GRASS_SH=@OSGEO4W_ROOT_MSYS@/apps/msys/bin/sh.exe
+export GRASS_WISH=@OSGEO4W_ROOT_MSYS@/bin/wish.exe
+export GRASS_PYTHON=@OSGEO4W_ROOT_MSYS@/bin/python.exe
+export PYTHONHOME=@OSGEO4W_ROOT_MSYS@/apps/Python25
+export GRASS_PROJSHARE=@OSGEO4W_ROOT_MSYS@/share/proj
+export GRASS_GUI=wxpython
+export PATH=@OSGEO4W_ROOT_MSYS@/apps/grass/grass- at VERSION@/bin:$PATH
+
+$GRASS_PYTHON @OSGEO4W_ROOT_MSYS@/bin/grass at POSTFIX@.py
+
+exit 0



More information about the grass-commit mailing list