[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:
Hermès Bélusca-Maïto 2015-01-18 19:21:42 +00:00
parent 9c8e45896b
commit 2bf5258b98

View file

@ -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)