We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1c96f commit 316771aCopy full SHA for 316771a
src/Make_mvc.mak
@@ -373,6 +373,10 @@ MSVCVER = 5.0
373
MSVCVER = 6.0
374
CPU = ix86
375
!endif
376
+!if "$(_NMAKE_VER)" == "6.00.9782.0"
377
+MSVCVER = 6.0
378
+CPU = ix86
379
+!endif
380
!if "$(_NMAKE_VER)" == "7.00.9466"
381
MSVCVER = 7.0
382
src/version.c
@@ -719,6 +719,8 @@ static char *(features[]) =
719
720
static int included_patches[] =
721
{ /* Add new patch number below this line */
722
+/**/
723
+ 702,
724
/**/
725
701,
726
0 commit comments