浏览代码

Extend list of candidate filenames for GDAL DLL

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40758 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 15 年之前
父节点
当前提交
becaeeabdf
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lib/raster/gdal.c

+ 2 - 0
lib/raster/gdal.c

@@ -100,6 +100,8 @@ static void load_library(void)
 	"libgdal.so",
 	"libgdal.so",
 # endif
 # endif
 # ifdef _WIN32
 # ifdef _WIN32
+	"gdal16.dll",
+	"gdal15.dll",
 	"gdal11.dll",
 	"gdal11.dll",
 	"gdal.1.0.dll",
 	"gdal.1.0.dll",
 	"gdal.dll",
 	"gdal.dll",