mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[HYBRIDCD]: Require dependency from bootcd too, so that the files that are needed for building the bootcd (the reactos.cab, .inf etc) are also built so that they can be incorporated into the hybridcd.
CORE-9069 svn path=/trunk/; revision=66054
This commit is contained in:
@@ -31,7 +31,7 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "")
|
||||
|
||||
add_custom_target(hybridcd
|
||||
COMMAND native-cdmake -j -m -b ${CMAKE_CURRENT_BINARY_DIR}/freeldr/bootsect/isoboot.bin @${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst REACTOS ${REACTOS_BINARY_DIR}/hybridcd.iso
|
||||
DEPENDS native-cdmake livecd
|
||||
DEPENDS native-cdmake bootcd livecd
|
||||
VERBATIM)
|
||||
|
||||
add_subdirectory(freeldr)
|
||||
|
||||
Reference in New Issue
Block a user