Skip to content

Commit

Permalink
updated for version 7.3.712
Browse files Browse the repository at this point in the history
Problem:    Nmake from VS2010 SP1 is not recognized.
Solution:   Add the version number. (Ken Takata)
  • Loading branch information
brammool committed Oct 23, 2012
1 parent 2d13748 commit 78fe886
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Make_mvc.mak
Expand Up @@ -407,6 +407,9 @@ MSVCVER = 10.0
!if "$(_NMAKE_VER)" == "10.00.30319.01" !if "$(_NMAKE_VER)" == "10.00.30319.01"
MSVCVER = 10.0 MSVCVER = 10.0
!endif !endif
!if "$(_NMAKE_VER)" == "10.00.40219.01"
MSVCVER = 10.0
!endif
!if "$(_NMAKE_VER)" == "11.00.50727.1" !if "$(_NMAKE_VER)" == "11.00.50727.1"
MSVCVER = 11.0 MSVCVER = 11.0
!endif !endif
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -725,6 +725,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 */
/**/
712,
/**/ /**/
711, 711,
/**/ /**/
Expand Down

0 comments on commit 78fe886

Please sign in to comment.