[geos-commits] [SCM] geos branch master updated. d063c20e1c4c28374e04c37df1eb4d56790deca9

git at osgeo.org git at osgeo.org
Thu Sep 14 03:24:20 PDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "geos".

The branch, master has been updated
       via  d063c20e1c4c28374e04c37df1eb4d56790deca9 (commit)
      from  f16197b156541f5825a84f8262b5a3ee2007bf78 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d063c20e1c4c28374e04c37df1eb4d56790deca9
Author: Mateusz Loskot <mateusz at loskot.net>
Date:   Thu Sep 14 12:23:16 2017 +0200

    [NMAKE] Recognise Visual Studio 2017 version 15.3.4

diff --git a/nmake.opt b/nmake.opt
index dacfa36..095a04d 100644
--- a/nmake.opt
+++ b/nmake.opt
@@ -156,6 +156,9 @@ GEOS_MSC = 1910
 !ELSEIF "$(_NMAKE_VER)" == "14.11.25507.1"
 GEOS_MSVC = 14.10
 GEOS_MSC = 1910
+!ELSEIF "$(_NMAKE_VER)" == "14.11.25508.2"
+GEOS_MSVC = 14.10
+GEOS_MSC = 1910
 !ELSE
 GEOS_MSVC = 0.0
 GEOS_MSC = 0

-----------------------------------------------------------------------

Summary of changes:
 nmake.opt |    3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list