[geos-commits] r4180 - trunk
svn_geos at osgeo.org
svn_geos at osgeo.org
Tue Apr 5 08:26:54 PDT 2016
Author: strk
Date: 2016-04-05 08:26:54 -0700 (Tue, 05 Apr 2016)
New Revision: 4180
Modified:
trunk/nmake.opt
Log:
Handle nmake builds with the latest MSVC
Patch by Jeff McKenna
Closes #775
Modified: trunk/nmake.opt
===================================================================
--- trunk/nmake.opt 2016-03-12 07:35:49 UTC (rev 4179)
+++ trunk/nmake.opt 2016-04-05 15:26:54 UTC (rev 4180)
@@ -135,6 +135,9 @@
!ELSEIF "$(_NMAKE_VER)" == "14.00.23026.0"
GEOS_MSVC = 14.0
GEOS_MSC = 1900
+!ELSEIF "$(_NMAKE_VER)" == "14.00.23506.0"
+GEOS_MSVC = 14.0
+GEOS_MSC = 1900
!ELSE
GEOS_MSVC = 0.0
GEOS_MSC = 0
More information about the geos-commits
mailing list