[GRASS-SVN] r46636 - grass/branches/develbranch_6/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jun 9 04:33:33 EDT 2011


Author: neteler
Date: 2011-06-09 01:33:33 -0700 (Thu, 09 Jun 2011)
New Revision: 46636

Modified:
   grass/branches/develbranch_6/lib/gis/gdal.c
Log:
support also new GDAL versions on Windows; doxygen header

Modified: grass/branches/develbranch_6/lib/gis/gdal.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/gdal.c	2011-06-09 08:32:53 UTC (rev 46635)
+++ grass/branches/develbranch_6/lib/gis/gdal.c	2011-06-09 08:33:33 UTC (rev 46636)
@@ -1,3 +1,15 @@
+/*!
+  \file lib/gis/gdal.c
+  
+  \brief GIS Library - Utilization of GDAL library.
+  
+  (C) 2010 by the GRASS Development Team
+  
+  This program is free software under the GNU General Public License
+  (>=v2). Read the file COPYING that comes with GRASS for details.
+  
+  \author Glynn Clements
+*/
 
 #include <stdlib.h>
 #include <string.h>
@@ -77,6 +89,9 @@
 	"libgdal.so",
 # endif
 # ifdef _WIN32
+	"gdal19.dll",
+	"gdal18.dll",
+	"gdal17.dll",
 	"gdal16.dll",
 	"gdal15.dll",
 	"gdal11.dll",



More information about the grass-commit mailing list