mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 00:03:00 +00:00
[CMAKE]
- add macros add_cab and add_cab_target to add files to reactos.dff - add bootcd target - make use of these macros to create bootcd and livecd Bootcd works and install things, but 2nd stage fails booting. We need debug symbols!!! svn path=/branches/cmake-bringup/; revision=49347
This commit is contained in:
parent
7ee0c086fc
commit
fd5ef6b1c1
307 changed files with 631 additions and 398 deletions
|
@ -21,4 +21,4 @@ target_link_libraries(msacm32.drv
|
|||
|
||||
add_importlibs(msacm32.drv msacm32 user32 winmm advapi32 kernel32 ntdll)
|
||||
add_dependencies(msacm32.drv msacm32.drv_def psdk buildno_header)
|
||||
add_livecd_target(msacm32.drv reactos/system32)
|
||||
add_cab_target(msacm32.drv 1)
|
Loading…
Add table
Add a link
Reference in a new issue