mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[KDCOM]
* Use set_module_type() instead of combining set_entrypoint() and set_image_base(). svn path=/trunk/; revision=64781
This commit is contained in:
parent
2e2fd94fa3
commit
0854129ae9
1 changed files with 1 additions and 3 deletions
|
@ -12,10 +12,8 @@ add_library(kdcom SHARED
|
|||
kdcom.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/kdcom.def)
|
||||
|
||||
set_entrypoint(kdcom 0)
|
||||
set_module_type(kdcom module IMAGEBASE 0x00010000)
|
||||
set_subsystem(kdcom native)
|
||||
set_image_base(kdcom 0x00010000)
|
||||
|
||||
add_importlibs(kdcom ntoskrnl hal)
|
||||
target_link_libraries(kdcom cportlib)
|
||||
add_dependencies(kdcom psdk bugcodes)
|
||||
|
|
Loading…
Reference in a new issue