0
0
mirror of https://github.com/vim/vim.git synced 2025-10-07 05:54:16 -04:00

updated for version 7.2-101

This commit is contained in:
Bram Moolenaar
2009-02-04 17:35:52 +00:00
parent 73881403a2
commit 13658318b9
2 changed files with 5 additions and 0 deletions

View File

@@ -354,6 +354,9 @@ MSVCVER = 9.0
!if "$(_NMAKE_VER)" == "9.00.21022.08"
MSVCVER = 9.0
!endif
!if "$(_NMAKE_VER)" == "9.00.30729.01"
MSVCVER = 9.0
!endif
!endif
# Abort bulding VIM if version of VC is unrecognised.