[GRASS-SVN] r70116 - grass/branches/releasebranch_7_2/lib/raster
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 21 11:22:53 PST 2016
Author: martinl
Date: 2016-12-21 11:22:53 -0800 (Wed, 21 Dec 2016)
New Revision: 70116
Modified:
grass/branches/releasebranch_7_2/lib/raster/gdal.c
Log:
libraster: support GDAL 2.1 on Windows (relbr72: merge r70115 from trunk)
Modified: grass/branches/releasebranch_7_2/lib/raster/gdal.c
===================================================================
--- grass/branches/releasebranch_7_2/lib/raster/gdal.c 2016-12-21 19:20:21 UTC (rev 70115)
+++ grass/branches/releasebranch_7_2/lib/raster/gdal.c 2016-12-21 19:22:53 UTC (rev 70116)
@@ -114,6 +114,7 @@
"libgdal1.7.0.so",
# endif
# ifdef _WIN32
+ "gdal201.dll",
"gdal200.dll",
"gdal111.dll",
"gdal110.dll",
More information about the grass-commit
mailing list