Prechádzať zdrojové kódy

osgeo4w minor cleanup

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@45090 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 rokov pred
rodič
commit
5c35cda146
1 zmenil súbory, kde vykonal 2 pridanie a 3 odobranie
  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