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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 11 15:10:26 EDT 2010


Author: martinl
Date: 2010-05-11 15:10:25 -0400 (Tue, 11 May 2010)
New Revision: 42227

Removed:
   grass/trunk/mswindows/osgeo4w/grass70.bat.tmpl
   grass/trunk/mswindows/osgeo4w/grass70.tmpl
Modified:
   grass/trunk/mswindows/osgeo4w/package.sh
Log:
remove unused files

Deleted: grass/trunk/mswindows/osgeo4w/grass70.bat.tmpl
===================================================================
--- grass/trunk/mswindows/osgeo4w/grass70.bat.tmpl	2010-05-11 18:50:08 UTC (rev 42226)
+++ grass/trunk/mswindows/osgeo4w/grass70.bat.tmpl	2010-05-11 19:10:25 UTC (rev 42227)
@@ -1,3 +0,0 @@
- at echo off
-call @osgeo4w@\bin\o4w_env.bat
-"%WINGISBASE%"\etc\init.bat %*

Deleted: grass/trunk/mswindows/osgeo4w/grass70.tmpl
===================================================================
--- grass/trunk/mswindows/osgeo4w/grass70.tmpl	2010-05-11 18:50:08 UTC (rev 42226)
+++ grass/trunk/mswindows/osgeo4w/grass70.tmpl	2010-05-11 19:10:25 UTC (rev 42227)
@@ -1,25 +0,0 @@
-#! /bin/sh
-#############################################################################
-#
-# MODULE:   	GRASS Initialization
-# AUTHOR(S):	Justin Hickey - Thailand - jhickey at hpcc.nectec.or.th
-# PURPOSE:  	The source file for this shell script is in
-#   	    	lib/init/grass.src and is the grass startup script. It
-#   	    	requires a source file because the definition of GISBASE
-#   	    	is not known until compile time and is substituted from the
-#   	    	Makefile. Any command line options are passed to Init.sh.
-# COPYRIGHT:    (C) 2000-2005 by the GRASS Development Team
-#
-#               This program is free software under the GNU General Public
-#   	    	License (>=v2). Read the file COPYING that comes with GRASS
-#   	    	for details.
-#
-#############################################################################
-
-trap "echo 'User break!' ; exit" 2 3 9 15
-
-# Set the GISBASE variable
-GISBASE=@osgeo4w_msys@
-export GISBASE
-
-exec "$GISBASE/etc/Init.sh" "$@"

Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh	2010-05-11 18:50:08 UTC (rev 42226)
+++ grass/trunk/mswindows/osgeo4w/package.sh	2010-05-11 19:10:25 UTC (rev 42227)
@@ -42,7 +42,6 @@
 		--disable-x --without-x \
 		--with-cxx \
 		--enable-shared \
-		--enable-largefile \
 		--with-opengl=windows \
 		--with-fftw \
 		--with-freetype \
@@ -58,7 +57,7 @@
 		--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
 		--with-odbc \
 	        --without-cairo
-
+#		--enable-largefile \
 	echo $(date): STARTING make clean
 	make clean
 



More information about the grass-commit mailing list