Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb8458b1

Browse files
authored
VS 2019 Win32 on ARM64 is no longer supported (#187)
1 parentd468113 commitb8458b1

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

‎README.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ For a full change history, see [CHANGELOG.md](https://github.com/microsoft/UVAtl
7474

7575
* The UWP projects and the Win10 classic desktop project include configurations for the ARM64 platform. Building these requires installing the ARM64 toolset.
7676

77-
* When using clang/LLVM for the ARM64 platform, the Windows 11 SDK ([22000](https://walbourn.github.io/windows-sdk-for-windows-11/)) or later is required.
77+
* For ARM64/AArch64 development, the VS 2022 compiler is strongly recommended over the VS 2019 toolset. The Windows SDK (26100 or later) is not compatible with VS 2019 for Win32 on ARM64 development.*Note that the ARM32/AArch32 platform is[deprecated](https://learn.microsoft.com/windows/arm/arm32-to-arm64)*.
78+
79+
* When using clang/LLVM for the ARM64/AArch64 platform, the Windows 11 SDK ([22000](https://walbourn.github.io/windows-sdk-for-windows-11/)) or later is required.
7880

7981
##Contributing
8082

‎build/UVAtlas-GitHub-SDK-prerelease.yml‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,18 @@ jobs:
125125
msbuildArgs:/p:PreferredToolArchitecture=x64
126126
platform:x64
127127
configuration:Release
128+
# VS 2019 for Win32 on ARM64 is out of support.
128129
-task:VSBuild@1
129-
displayName:Build solutionUVAtlas_2019_Win10.sln arm64dbg
130+
displayName:Build solutionUVAtlas_2022_Win10.sln arm64dbg
130131
inputs:
131-
solution:UVAtlas_2019_Win10.sln
132+
solution:UVAtlas_2022_Win10.sln
132133
msbuildArgs:/p:PreferredToolArchitecture=x64
133134
platform:ARM64
134135
configuration:Debug
135136
-task:VSBuild@1
136-
displayName:Build solutionUVAtlas_2019_Win10.sln arm64rel
137+
displayName:Build solutionUVAtlas_2022_Win10.sln arm64rel
137138
inputs:
138-
solution:UVAtlas_2019_Win10.sln
139+
solution:UVAtlas_2022_Win10.sln
139140
msbuildArgs:/p:PreferredToolArchitecture=x64
140141
platform:ARM64
141142
configuration:Release

‎build/UVAtlas-GitHub-SDK-release.yml‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,17 +125,18 @@ jobs:
125125
msbuildArgs:/p:PreferredToolArchitecture=x64
126126
platform:x64
127127
configuration:Release
128+
# VS 2019 for Win32 on ARM64 is out of support.
128129
-task:VSBuild@1
129-
displayName:Build solutionUVAtlas_2019_Win10.sln arm64dbg
130+
displayName:Build solutionUVAtlas_2022_Win10.sln arm64dbg
130131
inputs:
131-
solution:UVAtlas_2019_Win10.sln
132+
solution:UVAtlas_2022_Win10.sln
132133
msbuildArgs:/p:PreferredToolArchitecture=x64
133134
platform:ARM64
134135
configuration:Debug
135136
-task:VSBuild@1
136-
displayName:Build solutionUVAtlas_2019_Win10.sln arm64rel
137+
displayName:Build solutionUVAtlas_2022_Win10.sln arm64rel
137138
inputs:
138-
solution:UVAtlas_2019_Win10.sln
139+
solution:UVAtlas_2022_Win10.sln
139140
msbuildArgs:/p:PreferredToolArchitecture=x64
140141
platform:ARM64
141142
configuration:Release

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp