Skip to content

Commit

Permalink
Recognise NMAKE version from VS2017 15.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Oct 11, 2017
1 parent aae3658 commit a606747
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nmake.opt
Expand Up @@ -159,6 +159,9 @@ GEOS_MSC = 1910
!ELSEIF "$(_NMAKE_VER)" == "14.11.25508.2"
GEOS_MSVC = 14.10
GEOS_MSC = 1910
!ELSEIF "$(_NMAKE_VER)" == "14.11.25547.0"
GEOS_MSVC = 14.1
GEOS_MSC = 1910
!ELSE
GEOS_MSVC = 0.0
GEOS_MSC = 0
Expand Down

0 comments on commit a606747

Please sign in to comment.