TheForceEngine icon indicating copy to clipboard operation
TheForceEngine copied to clipboard

Windows ARM64 build target

Open mlauss2 opened this issue 1 year ago • 0 comments

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 avatar Aug 13 '24 19:08 mlauss2