[GRASS-SVN] r70117 - grass/branches/releasebranch_7_0/lib/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 21 11:25:05 PST 2016


Author: martinl
Date: 2016-12-21 11:25:05 -0800 (Wed, 21 Dec 2016)
New Revision: 70117

Modified:
   grass/branches/releasebranch_7_0/lib/raster/gdal.c
Log:
libraster: support GDAL 2.1 on Windows (relbr70: merge r70115 from trunk)

Modified: grass/branches/releasebranch_7_0/lib/raster/gdal.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/raster/gdal.c	2016-12-21 19:22:53 UTC (rev 70116)
+++ grass/branches/releasebranch_7_0/lib/raster/gdal.c	2016-12-21 19:25:05 UTC (rev 70117)
@@ -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