Przeglądaj źródła

OSGeo4W: add recent GDAL dlls (#1874)

Stefan Blumentrath 3 lat temu
rodzic
commit
14d9819aaf
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      lib/raster/gdal.c

+ 3 - 0
lib/raster/gdal.c

@@ -116,6 +116,9 @@ static void load_library(void)
 	"libgdal1.7.0.so",
 # endif
 # ifdef _WIN32
+	"gdal303.dll",
+	"gdal302.dll",
+	"gdal301.dll",
 	"gdal300.dll",
 	"gdal204.dll",        
 	"gdal203.dll",