[GRASS-SVN] r38360 - grass/trunk/mswindows/osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jul 11 03:57:36 EDT 2009
Author: martinl
Date: 2009-07-11 03:57:36 -0400 (Sat, 11 Jul 2009)
New Revision: 38360
Modified:
grass/trunk/mswindows/osgeo4w/package.sh
Log:
/c/MinGW not needed
Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh 2009-07-10 21:43:26 UTC (rev 38359)
+++ grass/trunk/mswindows/osgeo4w/package.sh 2009-07-11 07:57:36 UTC (rev 38360)
@@ -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