[geos-commits] [SCM] geos branch master updated. fd7db6161f4d0c2a862e719e0b1fa5b431da1adc
git at osgeo.org
git at osgeo.org
Tue Aug 29 07:32:57 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 fd7db6161f4d0c2a862e719e0b1fa5b431da1adc (commit)
from 81c6d4ad592387ff8c918507862c1638d2d42b97 (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 fd7db6161f4d0c2a862e719e0b1fa5b431da1adc
Author: Mateusz Loskot <mateusz at loskot.net>
Date: Tue Aug 29 16:32:45 2017 +0200
Add NMAKE version from latest VS 2017 and 2015
diff --git a/nmake.opt b/nmake.opt
index 6cfe4a6..dacfa36 100644
--- a/nmake.opt
+++ b/nmake.opt
@@ -22,7 +22,7 @@
# Set BUILD_DEBUG to YES if you want to make debug build
# and to prepare not optimized binaries.
-!IFNDEF BUILD_DEBUG
+!IFNDEF BUILD_DEBUG
BUILD_DEBUG = NO
!ENDIF
@@ -138,6 +138,9 @@ GEOS_MSC = 1900
!ELSEIF "$(_NMAKE_VER)" == "14.00.23506.0"
GEOS_MSVC = 14.0
GEOS_MSC = 1900
+!ELSEIF "$(_NMAKE_VER)" == "14.00.23918.0"
+GEOS_MSVC = 14.0
+GEOS_MSC = 1900
!ELSEIF "$(_NMAKE_VER)" == "14.00.24210.0"
GEOS_MSVC = 14.0
GEOS_MSC = 1900
@@ -147,6 +150,12 @@ GEOS_MSC = 1910
!ELSEIF "$(_NMAKE_VER)" == "14.10.25019.0"
GEOS_MSVC = 14.10
GEOS_MSC = 1910
+!ELSEIF "$(_NMAKE_VER)" == "14.11.25506.0"
+GEOS_MSVC = 14.10
+GEOS_MSC = 1910
+!ELSEIF "$(_NMAKE_VER)" == "14.11.25507.1"
+GEOS_MSVC = 14.10
+GEOS_MSC = 1910
!ELSE
GEOS_MSVC = 0.0
GEOS_MSC = 0
-----------------------------------------------------------------------
Summary of changes:
nmake.opt | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
hooks/post-receive
--
geos
More information about the geos-commits
mailing list