mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:41:45 +00:00
[REACTOS] Finally get some ARM64 applications building (#4517)
- Add some missing ARM64 exports to ntdll, kernel32 and user32 - Create mmtypes header file based on WoA debug symbols - Get the remaining headers in order, so we can build ARM64 apps - Adjust subsystem version for binaries so they can run on WoA host - Get calc, notepad and more base apps to build for ARM64 platform CORE-17518 Reviewed-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> Reviewed-by: Stanislav Motylkov <x86corez@gmail.com>
This commit is contained in:
parent
3464df8c28
commit
4363e74ddc
21 changed files with 529 additions and 17 deletions
|
@ -252,7 +252,7 @@ function(set_subsystem MODULE SUBSYSTEM)
|
|||
elseif(ARCH STREQUAL "arm")
|
||||
target_link_options(${MODULE} PRIVATE "/SUBSYSTEM:${_subsystem},6.02")
|
||||
elseif(ARCH STREQUAL "arm64")
|
||||
target_link_options(${MODULE} PRIVATE "/SUBSYSTEM:${_subsystem},6.04")
|
||||
target_link_options(${MODULE} PRIVATE "/SUBSYSTEM:${_subsystem},6.02")
|
||||
else()
|
||||
target_link_options(${MODULE} PRIVATE "/SUBSYSTEM:${_subsystem},5.01")
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue