Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows ARM64 build target #438

Closed
wants to merge 2 commits into from
Closed

Windows ARM64 build target #438

wants to merge 2 commits into from

Conversation

mlauss2
Copy link
Contributor

@mlauss2 mlauss2 commented Aug 13, 2024

Add a windows-arm64 target to the VC Solution file

  • Delete the SDL2.dll and SDL2_image.dll from main folder
  • Add arm64 versions of SDL2 libs+dlls
  • Add ARM64 Release and Debug targets to solution
  • Add a post-link step to copy the target architecture's
    SDL2.dll and SDL2_image.dll to main folder
  • Fix up AngelScript MASM-ARM64 source file to actually build.

@mlauss2 mlauss2 changed the title Fix up AngelScript ARM64 MASM code Windows ARM64 support Aug 14, 2024
@mlauss2 mlauss2 changed the title Windows ARM64 support Windows ARM64 build target Aug 14, 2024
so that it actually builds.
Add a windows-arm64 target to the VC Solution file
- Delete the SDL2.dll and SDL2_image.dll from main folder
- Add arm64 versions of SDL2 libs+dlls
- Add ARM64 Release and Debug targets to solution
- Add a post-link step to copy the target architecture
  SDL2.dll and SDL2_image.dll to main folder

Signed-off-by: Manuel Lauss <[email protected]>
@mlauss2 mlauss2 closed this Sep 23, 2024
@mlauss2 mlauss2 deleted the asarm64 branch September 23, 2024 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant