mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.3.702
Problem: Nmake from VS6 service pack 6 is not recognized. Solution: Detect the version number. (Jiri Sedlak)
This commit is contained in:
@@ -373,6 +373,10 @@ MSVCVER = 5.0
|
|||||||
MSVCVER = 6.0
|
MSVCVER = 6.0
|
||||||
CPU = ix86
|
CPU = ix86
|
||||||
!endif
|
!endif
|
||||||
|
!if "$(_NMAKE_VER)" == "6.00.9782.0"
|
||||||
|
MSVCVER = 6.0
|
||||||
|
CPU = ix86
|
||||||
|
!endif
|
||||||
!if "$(_NMAKE_VER)" == "7.00.9466"
|
!if "$(_NMAKE_VER)" == "7.00.9466"
|
||||||
MSVCVER = 7.0
|
MSVCVER = 7.0
|
||||||
!endif
|
!endif
|
||||||
|
@@ -719,6 +719,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
702,
|
||||||
/**/
|
/**/
|
||||||
701,
|
701,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user