TheForceEngine
TheForceEngine copied to clipboard
Windows ARM64 build target
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.