[GRASS-SVN] r39035 - grass/branches/develbranch_6/mswindows/osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 5 20:54:58 EDT 2009
Author: cnielsen
Date: 2009-09-05 20:54:58 -0400 (Sat, 05 Sep 2009)
New Revision: 39035
Modified:
grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
Log:
merge from releasebranch_6_4
Modified: grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/develbranch_6/mswindows/osgeo4w/package.sh 2009-09-06 00:47:49 UTC (rev 39034)
+++ grass/branches/develbranch_6/mswindows/osgeo4w/package.sh 2009-09-06 00:54:58 UTC (rev 39035)
@@ -1,4 +1,4 @@
-#!/c/Programme/OSGeo4W/bin/sh
+#!/c/Programme/OSGeo4W/apps/msys/bin/sh
set -e
@@ -32,8 +32,8 @@
echo $(date): STARTING configure
./configure \
- --with-libs="$OSGEO4W_ROOT_MSYS/apps/gdal-16/lib $OSGEO4W_ROOT_MSYS/lib /c/MinGW/lib" \
- --with-includes="$OSGEO4W_ROOT_MSYS/apps/gdal-16/include $OSGEO4W_ROOT_MSYS/include /c/MinGW/include" \
+ --with-libs="$OSGEO4W_ROOT_MSYS/apps/gdal-16/lib $OSGEO4W_ROOT_MSYS/lib" \
+ --with-includes="$OSGEO4W_ROOT_MSYS/apps/gdal-16/include $OSGEO4W_ROOT_MSYS/include" \
--exec-prefix=$OSGEO4W_ROOT_MSYS/bin \
--libexecdir=$OSGEO4W_ROOT_MSYS/bin \
--prefix=$OSGEO4W_ROOT_MSYS/apps/grass \
@@ -54,7 +54,8 @@
--with-regex \
--with-nls \
--without-swig \
- --with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2
+ --with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
+ --with-odbc
echo $(date): STARTING make clean
make clean
@@ -96,7 +97,7 @@
set -x
echo $(date): BUILDING GDAL GRASS plugins
-cmd /c mswindows\\osgeo4w\\gdalplugins.cmd $VERSION
+cmd /c 'mswindows\\osgeo4w\\gdalplugins.cmd $VERSION'
echo $(date): CREATING packages
mkdir -p package/grass-devel package/grass-devel-mingw package/grass-devel-vc package/grass
More information about the grass-commit
mailing list