[geos-commits] [SCM] geos branch svn-trunk updated. e1f6205d2ed6fe317f9eccdbede8824561d196e8

git at osgeo.org git at osgeo.org
Tue Apr 18 05:39:36 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, svn-trunk has been updated
       via  e1f6205d2ed6fe317f9eccdbede8824561d196e8 (commit)
      from  84477476f382c4d40860879dfbbc96b6e1d16f39 (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 e1f6205d2ed6fe317f9eccdbede8824561d196e8
Author: Mateusz Łoskot <mateusz at loskot.net>
Date:   Tue Apr 18 14:39:28 2017 +0200

    Add NMAKE_VER from VS 2017 Version 15.1

diff --git a/nmake.opt b/nmake.opt
index 9dd202b..6cfe4a6 100644
--- a/nmake.opt
+++ b/nmake.opt
@@ -144,6 +144,9 @@ GEOS_MSC = 1900
 !ELSEIF "$(_NMAKE_VER)" == "14.10.25017.0"
 GEOS_MSVC = 14.10
 GEOS_MSC = 1910
+!ELSEIF "$(_NMAKE_VER)" == "14.10.25019.0"
+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