소스 검색

remove unused files

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42227 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 년 전
부모
커밋
dc6fd75179
3개의 변경된 파일1개의 추가작업 그리고 30개의 파일을 삭제
  1. 0 3
      mswindows/osgeo4w/grass70.bat.tmpl
  2. 0 25
      mswindows/osgeo4w/grass70.tmpl
  3. 1 2
      mswindows/osgeo4w/package.sh

+ 0 - 3
mswindows/osgeo4w/grass70.bat.tmpl

@@ -1,3 +0,0 @@
-@echo off
-call @osgeo4w@\bin\o4w_env.bat
-"%WINGISBASE%"\etc\init.bat %*

+ 0 - 25
mswindows/osgeo4w/grass70.tmpl

@@ -1,25 +0,0 @@
-#! /bin/sh
-#############################################################################
-#
-# MODULE:   	GRASS Initialization
-# AUTHOR(S):	Justin Hickey - Thailand - jhickey@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" "$@"

+ 1 - 2
mswindows/osgeo4w/package.sh

@@ -42,7 +42,6 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
 		--disable-x --without-x \
 		--with-cxx \
 		--enable-shared \
-		--enable-largefile \
 		--with-opengl=windows \
 		--with-fftw \
 		--with-freetype \
@@ -58,7 +57,7 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
 		--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
 		--with-odbc \
 	        --without-cairo
-
+#		--enable-largefile \
 	echo $(date): STARTING make clean
 	make clean