[geos-commits] r2983 - branches/3.2

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Apr 21 12:21:11 EDT 2010


Author: mloskot
Date: 2010-04-21 12:21:11 -0400 (Wed, 21 Apr 2010)
New Revision: 2983

Modified:
   branches/3.2/nmake.opt
Log:
* Updated nmake.opt with NMake version from Visual Studio 2010 release.

Modified: branches/3.2/nmake.opt
===================================================================
--- branches/3.2/nmake.opt	2010-04-21 16:17:46 UTC (rev 2982)
+++ branches/3.2/nmake.opt	2010-04-21 16:21:11 UTC (rev 2983)
@@ -75,6 +75,9 @@
 !ELSEIF "$(_NMAKE_VER)" == "10.00.30128.01"
 GEOS_MSVC = 10.0
 GEOS_MSC = 1600
+!ELSEIF "$(_NMAKE_VER)" == "10.00.30319.01"
+GEOS_MSVC = 10.0
+GEOS_MSC = 1600
 !ELSE
 GEOS_MSVC = 0.0
 GEOS_MSC = 0



More information about the geos-commits mailing list