Skip to content

Commit 4a7fe28

Browse files
authored
Update msvc versions for 17.11 (#12583)
* Update msvc versions for 17.11
1 parent 0ffdc00 commit 4a7fe28

File tree

4 files changed

+43
-43
lines changed

4 files changed

+43
-43
lines changed

Extension/bin/windows.msvc.arm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"--microsoft",
55
"--microsoft_bugs",
66
"--microsoft_version",
7-
"1939",
7+
"1941",
88
"--pack_alignment",
99
"8",
10-
"-D_MSC_VER=1939",
11-
"-D_MSC_FULL_VER=193933519",
10+
"-D_MSC_VER=1941",
11+
"-D_MSC_FULL_VER=194134120",
1212
"-D_MSC_BUILD=0",
1313
"-D_M_ARM=7"
1414
],
1515
"defaults_op": "merge"
16-
}
16+
}

Extension/bin/windows.msvc.arm64.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"--microsoft",
55
"--microsoft_bugs",
66
"--microsoft_version",
7-
"1939",
7+
"1941",
88
"--pack_alignment",
99
"8",
1010
"-D_CPPUNWIND=1",
11-
"-D_MSC_VER=1939",
12-
"-D_MSC_FULL_VER=193933519",
11+
"-D_MSC_VER=1941",
12+
"-D_MSC_FULL_VER=194134120",
1313
"-D_MSC_BUILD=0",
1414
"-D_M_ARM64=1"
1515
],
1616
"defaults_op": "merge"
17-
}
17+
}
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
{
2-
"defaults": [
3-
"-D_MSC_EXTENSIONS",
4-
"--microsoft",
5-
"--microsoft_bugs",
6-
"--microsoft_version",
7-
"1939",
8-
"--pack_alignment",
9-
"8",
10-
"-D_CPPUNWIND=1",
11-
"-D_MSC_VER=1939",
12-
"-D_MSC_FULL_VER=193933519",
13-
"-D_MSC_BUILD=0",
14-
"-D_M_X64=100",
15-
"-D_M_AMD64=100"
16-
],
17-
"defaults_op": "merge"
18-
}
1+
{
2+
"defaults": [
3+
"-D_MSC_EXTENSIONS",
4+
"--microsoft",
5+
"--microsoft_bugs",
6+
"--microsoft_version",
7+
"1941",
8+
"--pack_alignment",
9+
"8",
10+
"-D_CPPUNWIND=1",
11+
"-D_MSC_VER=1941",
12+
"-D_MSC_FULL_VER=194134120",
13+
"-D_MSC_BUILD=0",
14+
"-D_M_X64=100",
15+
"-D_M_AMD64=100"
16+
],
17+
"defaults_op": "merge"
18+
}
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
{
2-
"defaults": [
3-
"-D_MSC_EXTENSIONS",
4-
"--microsoft",
5-
"--microsoft_bugs",
6-
"--microsoft_version",
7-
"1939",
8-
"--pack_alignment",
9-
"8",
10-
"-D_MSC_VER=1939",
11-
"-D_MSC_FULL_VER=193933519",
12-
"-D_MSC_BUILD=0",
13-
"-D_M_IX86=600",
14-
"-D_M_IX86_FP=2"
15-
],
16-
"defaults_op": "merge"
17-
}
1+
{
2+
"defaults": [
3+
"-D_MSC_EXTENSIONS",
4+
"--microsoft",
5+
"--microsoft_bugs",
6+
"--microsoft_version",
7+
"1941",
8+
"--pack_alignment",
9+
"8",
10+
"-D_MSC_VER=1941",
11+
"-D_MSC_FULL_VER=194134120",
12+
"-D_MSC_BUILD=0",
13+
"-D_M_IX86=600",
14+
"-D_M_IX86_FP=2"
15+
],
16+
"defaults_op": "merge"
17+
}

0 commit comments

Comments
 (0)