mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:36:21 +00:00
[CMAKE]
Bootcd/Livecd : Add dplayx, ntfs and mup. Add forgotten wined3d importlib, my bad. svn path=/branches/cmake-bringup/; revision=49502
This commit is contained in:
parent
f8a9857975
commit
d929fc29f7
6 changed files with 48 additions and 4 deletions
|
@ -6,3 +6,5 @@ add_library(mup SHARED
|
|||
|
||||
set_module_type(mup kernelmodedriver)
|
||||
add_importlibs(mup ntoskrnl hal)
|
||||
|
||||
add_cab_target(mup 2)
|
|
@ -23,3 +23,6 @@ set_module_type(ntfs kernelmodedriver)
|
|||
add_importlibs(ntfs ntoskrnl hal)
|
||||
|
||||
add_pch(ntfs ${CMAKE_CURRENT_SOURCE_DIR}/ntfs.h ${SOURCE})
|
||||
|
||||
add_minicd_target(ntfs reactos)
|
||||
add_livecd_target(ntfs reactos/system32/drivers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue