mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[BOOTMGFW] Set the subsystem differently between GCC and MSVC builds.
svn path=/trunk/; revision=68995
This commit is contained in:
@@ -50,7 +50,13 @@ else()
|
||||
endif()
|
||||
|
||||
set_image_base(bootmgfw 0x10000)
|
||||
set_subsystem(bootmgfw 10)
|
||||
|
||||
if(MSVC)
|
||||
set_subsystem(bootmgfw EFI_APPLICATION)
|
||||
else()
|
||||
set_subsystem(bootmgfw 10)
|
||||
endif()
|
||||
|
||||
set_entrypoint(bootmgfw EfiEntry)
|
||||
|
||||
target_link_libraries(bootmgfw bootmgr_common cportlib cmlib rtl libcntpr)
|
||||
|
||||
Reference in New Issue
Block a user