[mapserver-commits] r7170 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Fri Dec 14 08:10:42 EST 2007


Author: dmorissette
Date: 2007-12-14 08:10:42 -0500 (Fri, 14 Dec 2007)
New Revision: 7170

Modified:
   trunk/mapserver/nmake.opt
Log:
Added note about -DHAVE_OGRSTYLE_C (#545)

Modified: trunk/mapserver/nmake.opt
===================================================================
--- trunk/mapserver/nmake.opt	2007-12-14 12:48:47 UTC (rev 7169)
+++ trunk/mapserver/nmake.opt	2007-12-14 13:10:42 UTC (rev 7170)
@@ -349,8 +349,14 @@
 # NOTE: Both -DUSE_OGR and -DUSE_GDAL need to be defined if you 
 # want to use GDAL/OGR for both raster and vector support, but GDAL_DIR 
 # needs only be defined once.
+#
+# NOTE 2: If using GDAL/OGR 1.5.0 or more recent then use -DHAVE_OGRSTYLE_C
+#         to enable the use of the OGR C API and allow upgrading GDAL.DLL
+#         without having to recompile MapServer. Older versions of GDAL/OGR
+#         still work, but with only partial support for the C API 
+#         See ticket #545 at http://trac.osgeo.org/mapserver/ticket/545
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-#OGR=-DUSE_OGR
+#OGR=-DUSE_OGR -DHAVE_OGRSTYLE_C
 #GDAL_DIR=$(MS_BASE)\..\gdal
 
 



More information about the mapserver-commits mailing list