0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -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.

View File

@@ -56,6 +56,7 @@ clean:
-if exist small.vim del small.vim
-if exist tiny.vim del tiny.vim
-if exist mbyte.vim del mbyte.vim
-if exist mzscheme.vim del mzscheme.vim
-del X*
-if exist viminfo del viminfo

View File

@@ -681,6 +681,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
384,
/**/
383,
/**/