_MSV_VER -> _MSC_VER

This commit is contained in:
Francis Dupont 2016-08-15 17:55:27 +02:00 committed by Mark Andrews
parent 8425f3717a
commit 12b4d2a75e

View file

@ -1243,7 +1243,7 @@ if (grep { -f and -x } ".\\mscver.exe") {
die "can't get _MSC_VER value: $compret\n";
}
if ($verbose) {
print "_MSV_VER == $msc_ver\n";
print "_MSC_VER == $msc_ver\n";
}
if ($msc_ver < 1600) {
print STDERR "warning: old version of C++ compiler/Visual Studio\n";