[GRASS-SVN] r73838 - grass/branches/releasebranch_7_6/lib/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 25 12:11:28 PST 2018


Author: martinl
Date: 2018-12-25 12:11:28 -0800 (Tue, 25 Dec 2018)
New Revision: 73838

Modified:
   grass/branches/releasebranch_7_6/lib/raster/gdal.c
Log:
libraster: add support for GDAL 2.4 on MS Windows (g76: merge r73837 from trunk), see #3716

Modified: grass/branches/releasebranch_7_6/lib/raster/gdal.c
===================================================================
--- grass/branches/releasebranch_7_6/lib/raster/gdal.c	2018-12-25 20:04:13 UTC (rev 73837)
+++ grass/branches/releasebranch_7_6/lib/raster/gdal.c	2018-12-25 20:11:28 UTC (rev 73838)
@@ -115,6 +115,7 @@
 	"libgdal1.7.0.so",
 # endif
 # ifdef _WIN32
+	"gdal204.dll",        
 	"gdal203.dll",        
 	"gdal202.dll",        
 	"gdal201.dll",



More information about the grass-commit mailing list