[geos-commits] r2970 - branches/3.1

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Apr 7 09:47:57 EDT 2010


Author: mloskot
Date: 2010-04-07 09:47:56 -0400 (Wed, 07 Apr 2010)
New Revision: 2970

Modified:
   branches/3.1/nmake.opt
Log:
Added Visual C++ 10.0 to nmake.opt (Ticket #339)

Modified: branches/3.1/nmake.opt
===================================================================
--- branches/3.1/nmake.opt	2010-04-07 13:35:52 UTC (rev 2969)
+++ branches/3.1/nmake.opt	2010-04-07 13:47:56 UTC (rev 2970)
@@ -72,6 +72,9 @@
 !ELSEIF "$(_NMAKE_VER)" == "9.00.30729.01"
 GEOS_MSVC = 9.0
 GEOS_MSC = 1500
+!ELSEIF "$(_NMAKE_VER)" == "10.00.30128.01"
+GEOS_MSVC = 10.0
+GEOS_MSC = 1600
 !ELSE
 GEOS_MSVC = 0.0
 GEOS_MSC = 0



More information about the geos-commits mailing list