mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
[HAL]
Add more missing asm dependencies svn path=/trunk/; revision=58349
This commit is contained in:
parent
b60566e0b2
commit
e70f0c092c
1 changed files with 2 additions and 1 deletions
|
@ -125,6 +125,7 @@ if(ARCH STREQUAL "i386")
|
||||||
|
|
||||||
if(NOT MSVC AND (CMAKE_VERSION VERSION_GREATER 2.8.7))
|
if(NOT MSVC AND (CMAKE_VERSION VERSION_GREATER 2.8.7))
|
||||||
add_library(lib_hal_pic OBJECT ${HAL_PIC_SOURCE} ${HAL_PIC_ASM_SOURCE})
|
add_library(lib_hal_pic OBJECT ${HAL_PIC_SOURCE} ${HAL_PIC_ASM_SOURCE})
|
||||||
|
add_dependencies(lib_hal_pic asm)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
list(APPEND MINI_HAL_SOURCE
|
list(APPEND MINI_HAL_SOURCE
|
||||||
|
@ -183,7 +184,7 @@ if(ARCH STREQUAL "i386")
|
||||||
target_link_libraries(hal libcntpr)
|
target_link_libraries(hal libcntpr)
|
||||||
add_importlibs(hal ntoskrnl)
|
add_importlibs(hal ntoskrnl)
|
||||||
#add_pch(hal include/hal.h)
|
#add_pch(hal include/hal.h)
|
||||||
add_dependencies(hal psdk bugcodes)
|
add_dependencies(hal psdk bugcodes asm)
|
||||||
set_entrypoint(hal HalInitSystem 8)
|
set_entrypoint(hal HalInitSystem 8)
|
||||||
set_subsystem(hal native)
|
set_subsystem(hal native)
|
||||||
set_image_base(hal 0x00010000)
|
set_image_base(hal 0x00010000)
|
||||||
|
|
Loading…
Reference in a new issue