[geos-commits] r4247 - branches/3.4

Mateusz Loskot mateusz at loskot.net
Wed Aug 3 12:43:17 PDT 2016


Author: mloskot
Date: 2016-08-03 12:43:17 -0700 (Wed, 03 Aug 2016)
New Revision: 4247

Modified:
   branches/3.4/
   branches/3.4/nmake.opt
Log:
Merged revision(s) 4244 from trunk:
Add NMAKE version from VS2015 Update 3


Property changes on: branches/3.4
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:3981,4054,4062-4064,4068-4069,4072
   + /trunk:3981,4054,4062-4064,4068-4069,4072,4244

Modified: branches/3.4/nmake.opt
===================================================================
--- branches/3.4/nmake.opt	2016-08-03 19:28:22 UTC (rev 4246)
+++ branches/3.4/nmake.opt	2016-08-03 19:43:17 UTC (rev 4247)
@@ -129,6 +129,9 @@
 !ELSEIF "$(_NMAKE_VER)" == "14.00.23026.0"
 GEOS_MSVC = 14.0
 GEOS_MSC = 1900
+!ELSEIF "$(_NMAKE_VER)" == "14.00.24210.0"
+GEOS_MSVC = 14.0
+GEOS_MSC = 1900
 !ELSE
 GEOS_MSVC = 0.0
 GEOS_MSC = 0



More information about the geos-commits mailing list