浏览代码

osgeo4w minor cleanup

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45090 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 年之前
父节点
当前提交
5c35cda146
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      mswindows/osgeo4w/package.sh

+ 2 - 3
mswindows/osgeo4w/package.sh

@@ -39,7 +39,7 @@ echo $(date): START > $LOG
 
 if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
 
-	if [ -e include/Make/Grass.make ] ; then
+	if [ -e include/Make/Platform.make ] ; then
 	    report "distclean"
 	    make distclean >>$LOG 2>&1
 	fi
@@ -67,9 +67,8 @@ if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
 		--with-regex \
 		--with-nls \
 		--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
-		--with-odbc \
 	        --without-cairo \
-	        --enable-largefile
+	        --enable-largefile \
 		--with-odbc >>$LOG 2>&1
 		
 	touch mswindows/osgeo4w/configure-stamp