Skip to content

Commit ae8c4ac

Browse files
authored
Update edge json files for FI (#12074)
1 parent 79d0c06 commit ae8c4ac

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Extension/bin/windows.msvc.arm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"--microsoft",
55
"--microsoft_bugs",
66
"--microsoft_version",
7-
"1935",
7+
"1939",
88
"--pack_alignment",
99
"8",
10-
"-D_MSC_VER=1935",
11-
"-D_MSC_FULL_VER=193532215",
10+
"-D_MSC_VER=1939",
11+
"-D_MSC_FULL_VER=193933519",
1212
"-D_MSC_BUILD=0",
1313
"-D_M_ARM=7"
1414
],

Extension/bin/windows.msvc.arm64.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"--microsoft",
55
"--microsoft_bugs",
66
"--microsoft_version",
7-
"1935",
7+
"1939",
88
"--pack_alignment",
99
"8",
1010
"-D_CPPUNWIND=1",
11-
"-D_MSC_VER=1935",
12-
"-D_MSC_FULL_VER=193532215",
11+
"-D_MSC_VER=1939",
12+
"-D_MSC_FULL_VER=193933519",
1313
"-D_MSC_BUILD=0",
1414
"-D_M_ARM64=1"
1515
],

Extension/bin/windows.msvc.x64.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"--microsoft",
55
"--microsoft_bugs",
66
"--microsoft_version",
7-
"1935",
7+
"1939",
88
"--pack_alignment",
99
"8",
1010
"-D_CPPUNWIND=1",
11-
"-D_MSC_VER=1935",
12-
"-D_MSC_FULL_VER=193532215",
11+
"-D_MSC_VER=1939",
12+
"-D_MSC_FULL_VER=193933519",
1313
"-D_MSC_BUILD=0",
1414
"-D_M_X64=100",
1515
"-D_M_AMD64=100"

Extension/bin/windows.msvc.x86.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"--microsoft",
55
"--microsoft_bugs",
66
"--microsoft_version",
7-
"1935",
7+
"1939",
88
"--pack_alignment",
99
"8",
10-
"-D_MSC_VER=1935",
11-
"-D_MSC_FULL_VER=193532215",
10+
"-D_MSC_VER=1939",
11+
"-D_MSC_FULL_VER=193933519",
1212
"-D_MSC_BUILD=0",
1313
"-D_M_IX86=600",
1414
"-D_M_IX86_FP=2"

0 commit comments

Comments
 (0)