[GRASS-SVN] r73837 - grass/trunk/lib/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 25 12:04:14 PST 2018


Author: martinl
Date: 2018-12-25 12:04:13 -0800 (Tue, 25 Dec 2018)
New Revision: 73837

Modified:
   grass/trunk/lib/raster/gdal.c
Log:
libraster: add support for GDAL 2.4 on MS Windows (new attempt)

Modified: grass/trunk/lib/raster/gdal.c
===================================================================
--- grass/trunk/lib/raster/gdal.c	2018-12-25 20:03:33 UTC (rev 73836)
+++ grass/trunk/lib/raster/gdal.c	2018-12-25 20:04:13 UTC (rev 73837)
@@ -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