Skip to content

Commit 78fe886

Browse files
committed
updated for version 7.3.712
Problem: Nmake from VS2010 SP1 is not recognized. Solution: Add the version number. (Ken Takata)
1 parent 2d13748 commit 78fe886

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Make_mvc.mak

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,9 @@ MSVCVER = 10.0
407407
!if "$(_NMAKE_VER)" == "10.00.30319.01"
408408
MSVCVER = 10.0
409409
!endif
410+
!if "$(_NMAKE_VER)" == "10.00.40219.01"
411+
MSVCVER = 10.0
412+
!endif
410413
!if "$(_NMAKE_VER)" == "11.00.50727.1"
411414
MSVCVER = 11.0
412415
!endif

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,8 @@ static char *(features[]) =
725725

726726
static int included_patches[] =
727727
{ /* Add new patch number below this line */
728+
/**/
729+
712,
728730
/**/
729731
711,
730732
/**/

0 commit comments

Comments
 (0)