mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:52:57 +00:00
[CMAKE]
Add boot drivers to reactos.cab. svn path=/branches/cmake-bringup/; revision=49361
This commit is contained in:
parent
61ea2fc187
commit
810a1ec99c
5 changed files with 5 additions and 1 deletions
|
@ -11,4 +11,4 @@ target_link_libraries(nmidebug
|
||||||
|
|
||||||
add_dependencies(nmidebug psdk bugcodes)
|
add_dependencies(nmidebug psdk bugcodes)
|
||||||
add_minicd_target(nmidebug reactos)
|
add_minicd_target(nmidebug reactos)
|
||||||
add_livecd_target(nmidebug reactos/system32/drivers)
|
add_cab_target(nmidebug 2)
|
||||||
|
|
|
@ -11,3 +11,4 @@ set_target_properties(serenum PROPERTIES LINK_FLAGS "-Wl,-entry,_DriverEntry@8 -
|
||||||
|
|
||||||
add_importlibs(serenum ntoskrnl hal)
|
add_importlibs(serenum ntoskrnl hal)
|
||||||
add_dependencies(serenum psdk bugcodes)
|
add_dependencies(serenum psdk bugcodes)
|
||||||
|
add_cab_target(serenum 2)
|
|
@ -18,3 +18,4 @@ set_target_properties(serial PROPERTIES LINK_FLAGS "-Wl,-entry,_DriverEntry@8 -W
|
||||||
|
|
||||||
add_importlibs(serial ntoskrnl hal)
|
add_importlibs(serial ntoskrnl hal)
|
||||||
add_dependencies(serial psdk bugcodes)
|
add_dependencies(serial psdk bugcodes)
|
||||||
|
add_cab_target(serial 2)
|
|
@ -5,3 +5,4 @@ set_target_properties(pciide PROPERTIES LINK_FLAGS "-Wl,-entry,_DriverEntry@8 -W
|
||||||
|
|
||||||
add_importlibs(pciide pciidex ntoskrnl)
|
add_importlibs(pciide pciidex ntoskrnl)
|
||||||
add_dependencies(pciide psdk bugcodes)
|
add_dependencies(pciide psdk bugcodes)
|
||||||
|
add_cab_target(pciide 2)
|
|
@ -14,3 +14,4 @@ set_target_properties(pciidex PROPERTIES LINK_FLAGS "-Wl,-entry,_DriverEntry@8 -
|
||||||
|
|
||||||
add_importlibs(pciidex ntoskrnl)
|
add_importlibs(pciidex ntoskrnl)
|
||||||
add_dependencies(pciidex psdk bugcodes)
|
add_dependencies(pciidex psdk bugcodes)
|
||||||
|
add_cab_target(pciidex 2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue