Skip to content

Commit

Permalink
Update edge json files for FI (#12074)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colengms authored Mar 7, 2024
1 parent 79d0c06 commit ae8c4ac
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Extension/bin/windows.msvc.arm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1935",
"1939",
"--pack_alignment",
"8",
"-D_MSC_VER=1935",
"-D_MSC_FULL_VER=193532215",
"-D_MSC_VER=1939",
"-D_MSC_FULL_VER=193933519",
"-D_MSC_BUILD=0",
"-D_M_ARM=7"
],
Expand Down
6 changes: 3 additions & 3 deletions Extension/bin/windows.msvc.arm64.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1935",
"1939",
"--pack_alignment",
"8",
"-D_CPPUNWIND=1",
"-D_MSC_VER=1935",
"-D_MSC_FULL_VER=193532215",
"-D_MSC_VER=1939",
"-D_MSC_FULL_VER=193933519",
"-D_MSC_BUILD=0",
"-D_M_ARM64=1"
],
Expand Down
6 changes: 3 additions & 3 deletions Extension/bin/windows.msvc.x64.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1935",
"1939",
"--pack_alignment",
"8",
"-D_CPPUNWIND=1",
"-D_MSC_VER=1935",
"-D_MSC_FULL_VER=193532215",
"-D_MSC_VER=1939",
"-D_MSC_FULL_VER=193933519",
"-D_MSC_BUILD=0",
"-D_M_X64=100",
"-D_M_AMD64=100"
Expand Down
6 changes: 3 additions & 3 deletions Extension/bin/windows.msvc.x86.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"--microsoft",
"--microsoft_bugs",
"--microsoft_version",
"1935",
"1939",
"--pack_alignment",
"8",
"-D_MSC_VER=1935",
"-D_MSC_FULL_VER=193532215",
"-D_MSC_VER=1939",
"-D_MSC_FULL_VER=193933519",
"-D_MSC_BUILD=0",
"-D_M_IX86=600",
"-D_M_IX86_FP=2"
Expand Down

0 comments on commit ae8c4ac

Please sign in to comment.