Skip to content

Commit

Permalink
Update VS version. (#6298)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-mcmanus authored Oct 13, 2020
1 parent 551642a commit aa2b618
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Extension/bin/msvc.arm32.msvc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1926",
"1928",
"--pack_alignment",
"8",
"-D_MSC_VER=1926",
"-D_MSC_FULL_VER=192628619",
"-D_MSC_VER=1928",
"-D_MSC_FULL_VER=192829507",
"-D_MSC_BUILD=0",
"-D_M_ARM=7"
],
Expand Down
6 changes: 3 additions & 3 deletions Extension/bin/msvc.arm64.msvc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1926",
"1928",
"--pack_alignment",
"8",
"-D_CPPUNWIND=1",
"-D_MSC_VER=1926",
"-D_MSC_FULL_VER=192628619",
"-D_MSC_VER=1928",
"-D_MSC_FULL_VER=192829507",
"-D_MSC_BUILD=0",
"-D_M_ARM64=1"
],
Expand Down
6 changes: 3 additions & 3 deletions Extension/bin/msvc.x64.msvc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1926",
"1928",
"--pack_alignment",
"8",
"-D_CPPUNWIND=1",
"-D_MSC_VER=1926",
"-D_MSC_FULL_VER=192628619",
"-D_MSC_VER=1928",
"-D_MSC_FULL_VER=192829507",
"-D_MSC_BUILD=0",
"-D_M_X64=100",
"-D_M_AMD64=100"
Expand Down
6 changes: 3 additions & 3 deletions Extension/bin/msvc.x86.msvc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1926",
"1928",
"--pack_alignment",
"8",
"-D_MSC_VER=1926",
"-D_MSC_FULL_VER=192628619",
"-D_MSC_VER=1928",
"-D_MSC_FULL_VER=192829507",
"-D_MSC_BUILD=0",
"-D_M_IX86=600",
"-D_M_IX86_FP=2"
Expand Down

0 comments on commit aa2b618

Please sign in to comment.