0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

Various smaller changes. Updated proto files. Updated dependencies.

This commit is contained in:
Bram Moolenaar
2010-05-20 21:46:00 +02:00
parent fa7584cb86
commit 218116c1d0
11 changed files with 51 additions and 26 deletions

View File

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