0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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)
This commit is contained in:
Bram Moolenaar
2010-03-02 17:59:44 +01:00
parent 8b9c05fa54
commit 2498b3ab10
3 changed files with 6 additions and 0 deletions

View File

@@ -361,6 +361,9 @@ MSVCVER = 9.0
!if "$(_NMAKE_VER)" == "10.00.20506.01"
MSVCVER = 10.0
!endif
!if "$(_NMAKE_VER)" == "10.00.30128.01"
MSVCVER = 10.0
!endif
!endif
# Abort bulding VIM if version of VC is unrecognised.