GaijinEntertainment / DagorEngine

Dagor Engine and Tools source code from Gaijin Games KFT
Other
2.19k stars 274 forks source link

How to add new target platform(namely WIndows ARM64) #30

Open CodeLikeCXK opened 10 months ago

CodeLikeCXK commented 10 months ago

When it comes to 3rd party libraries...Jolt and FMOD have ARM64 support.

NicSavichev commented 10 months ago

Right now it would be tricky and will result in something like winarm64 (alongside with win32 and win64). But I'm going to refactor setup to have Platform = windows linux macOS and PlatformArch = x86 x86_64 arm64 e2k etc. This way supporting windows arm64 (as long as linux arm64) will be much easier.

CodeLikeCXK commented 6 months ago

Right now it would be tricky and will result in something like winarm64 (alongside with win32 and win64). But I'm going to refactor setup to have Platform = windows linux macOS and PlatformArch = x86 x86_64 arm64 e2k etc. This way supporting windows arm64 (as long as linux arm64) will be much easier.

I see. How to add a new platform arm64ec in current version(aside with x64,anycpu config setting in solution)