mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:26:20 +00:00
[CMAKE]
Livecd: Add drivers. svn path=/branches/cmake-bringup/; revision=49222
This commit is contained in:
parent
fc6a87624a
commit
b7e466a220
38 changed files with 57 additions and 19 deletions
|
@ -10,3 +10,4 @@ target_link_libraries(beep
|
|||
-lhal)
|
||||
|
||||
add_dependencies(beep psdk bugcodes)
|
||||
add_livecd_target(beep reactos/system32/drivers)
|
|
@ -27,4 +27,5 @@ target_link_libraries(bootvid
|
|||
|
||||
add_pch(bootvid ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
|
||||
add_dependencies(bootvid bootvid_def psdk buildno_header bugcodes)
|
||||
add_minicd_target(bootvid reactos bootvid.dll)
|
||||
add_minicd_target(bootvid reactos bootvid.dll)
|
||||
add_livecd_target(bootvid reactos/system32)
|
|
@ -21,4 +21,5 @@ target_link_libraries(kdcom
|
|||
-lhal)
|
||||
|
||||
add_dependencies(kdcom kdcom_def psdk buildno_header bugcodes)
|
||||
add_minicd_target(kdcom reactos kdcom.dll)
|
||||
add_minicd_target(kdcom reactos kdcom.dll)
|
||||
add_livecd_target(kdcom reactos/system32)
|
|
@ -10,3 +10,4 @@ target_link_libraries(nmidebug
|
|||
-lhal)
|
||||
|
||||
add_dependencies(nmidebug psdk bugcodes)
|
||||
add_livecd_target(nmidebug reactos/system32/drivers)
|
|
@ -11,3 +11,4 @@ target_link_libraries(null
|
|||
-lhal)
|
||||
|
||||
add_dependencies(null psdk bugcodes)
|
||||
add_livecd_target(null reactos/system32/drivers)
|
Loading…
Add table
Add a link
Reference in a new issue