Skip to content

Commit

Permalink
Add NMAKE version from Visual Studio 2012 Update 3 RTM
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/geos/trunk@3827 5242fede-7e19-0410-aef8-94bd7d2200fb
  • Loading branch information
mloskot committed Jun 28, 2013
1 parent 0581afd commit 0af4c3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nmake.opt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ GEOS_MSC = 1700
!ELSEIF "$(_NMAKE_VER)" == "11.00.60521.0"
GEOS_MSVC = 11.0
GEOS_MSC = 1700
!ELSEIF "$(_NMAKE_VER)" == "11.00.60610.1"
GEOS_MSVC = 11.0
GEOS_MSC = 1700
!ELSE
GEOS_MSVC = 0.0
GEOS_MSC = 0
Expand Down

0 comments on commit 0af4c3f

Please sign in to comment.