[GRASS-SVN] r60069 - grass/trunk/lib/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 4 09:45:27 PDT 2014
Author: neteler
Date: 2014-05-04 09:45:27 -0700 (Sun, 04 May 2014)
New Revision: 60069
Modified:
grass/trunk/lib/raster/gdal.c
Log:
libraster: enable also gdal111.dll
Modified: grass/trunk/lib/raster/gdal.c
===================================================================
--- grass/trunk/lib/raster/gdal.c 2014-05-04 10:16:29 UTC (rev 60068)
+++ grass/trunk/lib/raster/gdal.c 2014-05-04 16:45:27 UTC (rev 60069)
@@ -114,6 +114,7 @@
"libgdal1.7.0.so",
# endif
# ifdef _WIN32
+ "gdal111.dll",
"gdal110.dll",
"gdal19.dll",
"gdal18.dll",
More information about the grass-commit
mailing list