Fix the filename used for exports
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 35s
Builds / ExectOS (i686) (push) Successful in 25s

This commit is contained in:
2024-02-07 17:15:23 +01:00
parent 99abcd63d1
commit 460ba7c857
2 changed files with 6 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ list(APPEND XTOSKRNL_SOURCE
${XTOSKRNL_SOURCE_DIR}/rtl/${ARCH}/exsup.c)
# Set module definition SPEC file
set_specfile(xtoskrnl.spec)
set_specfile(xtoskrnl.spec xtoskrnl.exe)
# Link static XTOS library
add_library(libxtos ${XTOSKRNL_SOURCE})
@@ -64,7 +64,8 @@ add_executable(xtoskrnl
# Add linker libraries
target_link_libraries(xtoskrnl)
# Set instal target
# Set proper binary name and install target
set_target_properties(xtoskrnl PROPERTIES SUFFIX .exe)
set_install_target(xtoskrnl "exectos/boot")
# Set kernel entrypoint, imagebase address, ordinals and subsystem