mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:05:41 +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
|
@ -5,3 +5,4 @@ set_target_properties(pciide PROPERTIES LINK_FLAGS "-Wl,-entry,_DriverEntry@8 -W
|
|||
|
||||
add_importlibs(pciide pciidex ntoskrnl)
|
||||
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_dependencies(pciidex psdk bugcodes)
|
||||
add_cab_target(pciidex 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue