comparison src/Make_mvc.mak @ 2101:8ae4de2d02af v7.2.384

updated for version 7.2.384 Problem: Vim doesn't build properly with MSVC 2010. Solution: Add the nmake version to the build file. (George Reilly)
author Bram Moolenaar <bram@zimbu.org>
date Tue, 02 Mar 2010 17:59:44 +0100
parents f234c87ac7e9
children f60a0c9cbe6c
comparison
equal deleted inserted replaced
2100:7d121c69f540 2101:8ae4de2d02af
357 !endif 357 !endif
358 !if "$(_NMAKE_VER)" == "9.00.30729.01" 358 !if "$(_NMAKE_VER)" == "9.00.30729.01"
359 MSVCVER = 9.0 359 MSVCVER = 9.0
360 !endif 360 !endif
361 !if "$(_NMAKE_VER)" == "10.00.20506.01" 361 !if "$(_NMAKE_VER)" == "10.00.20506.01"
362 MSVCVER = 10.0
363 !endif
364 !if "$(_NMAKE_VER)" == "10.00.30128.01"
362 MSVCVER = 10.0 365 MSVCVER = 10.0
363 !endif 366 !endif
364 !endif 367 !endif
365 368
366 # Abort bulding VIM if version of VC is unrecognised. 369 # Abort bulding VIM if version of VC is unrecognised.