comparison src/Make_mvc.mak @ 5155:f72d49c406c4 v7.4a.004

updated for version 7.4a.004 Problem: MSVC 2012 Update 3 is not recognized. Solution: Add the version number. (Raymond Ko)
author Bram Moolenaar <bram@vim.org>
date Tue, 09 Jul 2013 13:15:46 +0200
parents 450e13fe1621
children 5c3064feddd7
comparison
equal deleted inserted replaced
5154:97ca22ba9771 5155:f72d49c406c4
417 !endif 417 !endif
418 !if "$(_NMAKE_VER)" == "11.00.51106.1" 418 !if "$(_NMAKE_VER)" == "11.00.51106.1"
419 MSVCVER = 11.0 419 MSVCVER = 11.0
420 !endif 420 !endif
421 !if "$(_NMAKE_VER)" == "11.00.60315.1" 421 !if "$(_NMAKE_VER)" == "11.00.60315.1"
422 MSVCVER = 11.0
423 !endif
424 !if "$(_NMAKE_VER)" == "11.00.60610.1"
422 MSVCVER = 11.0 425 MSVCVER = 11.0
423 !endif 426 !endif
424 !endif 427 !endif
425 428
426 # Abort building VIM if version of VC is unrecognised. 429 # Abort building VIM if version of VC is unrecognised.