Skip to content

Commit 6e3e074

Browse files
authored
Update msvc versions. (#13097)
1 parent d70d063 commit 6e3e074

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Diff for: Extension/bin/windows.msvc.arm.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"--microsoft",
55
"--microsoft_bugs",
66
"--microsoft_version",
7-
"1941",
7+
"1943",
88
"--pack_alignment",
99
"8",
10-
"-D_MSC_VER=1941",
11-
"-D_MSC_FULL_VER=194134120",
10+
"-D_MSC_VER=1943",
11+
"-D_MSC_FULL_VER=194334604",
1212
"-D_MSC_BUILD=0",
1313
"-D_M_ARM=7"
1414
],

Diff for: Extension/bin/windows.msvc.arm64.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"--microsoft",
55
"--microsoft_bugs",
66
"--microsoft_version",
7-
"1941",
7+
"1943",
88
"--pack_alignment",
99
"8",
1010
"-D_CPPUNWIND=1",
11-
"-D_MSC_VER=1941",
12-
"-D_MSC_FULL_VER=194134120",
11+
"-D_MSC_VER=1943",
12+
"-D_MSC_FULL_VER=194334604",
1313
"-D_MSC_BUILD=0",
1414
"-D_M_ARM64=1"
1515
],

Diff for: Extension/bin/windows.msvc.x64.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"--microsoft",
55
"--microsoft_bugs",
66
"--microsoft_version",
7-
"1941",
7+
"1943",
88
"--pack_alignment",
99
"8",
1010
"-D_CPPUNWIND=1",
11-
"-D_MSC_VER=1941",
12-
"-D_MSC_FULL_VER=194134120",
11+
"-D_MSC_VER=1943",
12+
"-D_MSC_FULL_VER=194334604",
1313
"-D_MSC_BUILD=0",
1414
"-D_M_X64=100",
1515
"-D_M_AMD64=100"

Diff for: Extension/bin/windows.msvc.x86.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"--microsoft",
55
"--microsoft_bugs",
66
"--microsoft_version",
7-
"1941",
7+
"1943",
88
"--pack_alignment",
99
"8",
10-
"-D_MSC_VER=1941",
11-
"-D_MSC_FULL_VER=194134120",
10+
"-D_MSC_VER=1943",
11+
"-D_MSC_FULL_VER=194334604",
1212
"-D_MSC_BUILD=0",
1313
"-D_M_IX86=600",
1414
"-D_M_IX86_FP=2"

0 commit comments

Comments
 (0)