[GRASS-SVN] r73573 - grass/trunk/mswindows/osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Oct 19 04:30:38 PDT 2018
Author: martinl
Date: 2018-10-19 04:30:38 -0700 (Fri, 19 Oct 2018)
New Revision: 73573
Modified:
grass/trunk/mswindows/osgeo4w/package.sh
Log:
wingrass: switch to PROJ 5.2 and GDAL 2.3
Modified: grass/trunk/mswindows/osgeo4w/package.sh
===================================================================
--- grass/trunk/mswindows/osgeo4w/package.sh 2018-10-18 19:13:18 UTC (rev 73572)
+++ grass/trunk/mswindows/osgeo4w/package.sh 2018-10-19 11:30:38 UTC (rev 73573)
@@ -116,9 +116,9 @@
log dll.to.a
[ -d mswindows/osgeo4w/lib ] || mkdir mswindows/osgeo4w/lib
-dll_to_a $OSGEO4W_ROOT_MSYS/bin/proj.dll mswindows/osgeo4w/lib/libproj
+dll_to_a $OSGEO4W_ROOT_MSYS/bin/proj_5_2.dll mswindows/osgeo4w/lib/libproj
dll_to_a $OSGEO4W_ROOT_MSYS/bin/iconv.dll mswindows/osgeo4w/lib/libiconv
-dll_to_a $OSGEO4W_ROOT_MSYS/bin/gdal202.dll mswindows/osgeo4w/lib/libgdal
+dll_to_a $OSGEO4W_ROOT_MSYS/bin/gdal203.dll mswindows/osgeo4w/lib/libgdal
dll_to_a $OSGEO4W_ROOT_MSYS/bin/liblas_c.dll mswindows/osgeo4w/lib/liblas_c
dll_to_a $OSGEO4W_ROOT_MSYS/bin/geos_c.dll mswindows/osgeo4w/lib/libgeos_c
dll_to_a $OSGEO4W_ROOT_MSYS/bin/libtiff.dll mswindows/osgeo4w/lib/libtiff
More information about the grass-commit
mailing list