comparison src/Make_mvc.mak @ 6813:ea0468670fbe v7.4.728

patch 7.4.728 Problem: Can't build with some version of Visual Studio 2015. Solution: Recognize another version 14 number. (Sinan)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 May 2015 11:33:47 +0200
parents 56a735cff1a0
children 64ff14cbb665
comparison
equal deleted inserted replaced
6812:e6369e0e0f99 6813:ea0468670fbe
444 MSVCVER = 11.0 444 MSVCVER = 11.0
445 !endif 445 !endif
446 !if "$(_NMAKE_VER)" == "12.00.21005.1" 446 !if "$(_NMAKE_VER)" == "12.00.21005.1"
447 MSVCVER = 12.0 447 MSVCVER = 12.0
448 !endif 448 !endif
449 !if "$(_NMAKE_VER)" == "14.00.22609.0" 449 !if ("$(_NMAKE_VER)" == "14.00.22609.0") || ("$(_NMAKE_VER)" == "14.00.22816.0")
450 MSVCVER = 14.0 450 MSVCVER = 14.0
451 !endif 451 !endif
452 !endif 452 !endif
453 453
454 # Abort building VIM if version of VC is unrecognised. 454 # Abort building VIM if version of VC is unrecognised.