mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 11:04:52 +00:00
[CMAKE]
* Add winkd kdcom to the ISOs. svn path=/trunk/; revision=52448
This commit is contained in:
parent
a77b5fde2c
commit
454d9856e3
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ add_library(kdcom SHARED
|
||||||
set_entrypoint(kdcom 0)
|
set_entrypoint(kdcom 0)
|
||||||
set_subsystem(kdcom native)
|
set_subsystem(kdcom native)
|
||||||
set_image_base(kdcom 0x00010000)
|
set_image_base(kdcom 0x00010000)
|
||||||
|
|
||||||
add_importlibs(kdcom ntoskrnl hal)
|
add_importlibs(kdcom ntoskrnl hal)
|
||||||
|
|
||||||
add_dependencies(kdcom psdk bugcodes)
|
add_dependencies(kdcom psdk bugcodes)
|
||||||
add_importlib_target(kdcom.spec)
|
add_importlib_target(kdcom.spec)
|
||||||
|
add_cd_file(TARGET kdcom DESTINATION reactos/system32 NO_CAB FOR all)
|
||||||
|
|
Loading…
Reference in a new issue