mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 10:08:28 +00:00
[REACTOS] Explicitly link against pseh & include pseh headers in a few places
This commit is contained in:
parent
37bc01f42b
commit
e470b58376
50 changed files with 103 additions and 23 deletions
|
@ -112,6 +112,7 @@ endif()
|
|||
|
||||
add_asm_files(rtl_asm ${ASM_SOURCE})
|
||||
add_library(rtl ${SOURCE} ${rtl_asm})
|
||||
target_link_libraries(rtl PRIVATE pseh)
|
||||
add_pch(rtl rtl.h SOURCE)
|
||||
add_dependencies(rtl psdk asm)
|
||||
|
||||
|
@ -124,3 +125,4 @@ list(APPEND SOURCE_VISTA
|
|||
add_library(rtl_vista ${SOURCE_VISTA})
|
||||
add_pch(rtl_vista rtl_vista.h SOURCE_VISTA)
|
||||
add_dependencies(rtl_vista psdk)
|
||||
target_link_libraries(rtl_vista PRIVATE pseh)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue