[GRASS-SVN] r38362 - grass/branches/releasebranch_6_4/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 11 04:02:10 EDT 2009


Author: martinl
Date: 2009-07-11 04:02:10 -0400 (Sat, 11 Jul 2009)
New Revision: 38362

Modified:
   grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
Log:
/c/MinGW not needed
        (merge from trunk, r38360)


Modified: grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh	2009-07-11 07:59:59 UTC (rev 38361)
+++ grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh	2009-07-11 08:02:10 UTC (rev 38362)
@@ -9,8 +9,8 @@
 	echo $(date): STARTING configure
 
 	./configure \
-		--with-libs="/c/OSGeo4W/lib /c/MinGW/lib" \
-		--with-includes="/c/OSGeo4W/include /c/MinGW/include" \
+		--with-libs=/c/OSGeo4W/lib \
+		--with-includes=/c/OSGeo4W/include \
 		--exec-prefix=/c/OSGeo4W/bin \
 		--libexecdir=/c/OSGeo4W/bin \
 		--prefix=/c/OSGeo4W/apps/grass \
@@ -23,7 +23,7 @@
 		--with-fftw \
 		--with-freetype \
 		--with-proj-share=/c/OSGeo4W/share/proj \
-		--with-gdal=/C/OSGeo4W/bin/gdal-config \
+		--with-gdal=/c/OSGeo4W/bin/gdal-config \
 		--with-tcltk \
 		--with-sqlite \
 		--with-postgres \



More information about the grass-commit mailing list