From: Thomas Faber Date: Fri, 30 Mar 2018 19:21:46 +0000 (+0200) Subject: [CMAKE] Fix command.com livecd.lst entry. CORE-14509 X-Git-Tag: 0.4.9-RC~349 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=536623950ca51b0e47aa3104209cf891a28e2029;hp=99ba355e7f0cfc7e1e5f82e792e8fada8aba1d60 [CMAKE] Fix command.com livecd.lst entry. CORE-14509 Spotted by Hermès. --- diff --git a/subsystems/mvdm/dos/CMakeLists.txt b/subsystems/mvdm/dos/CMakeLists.txt index dd6b45ff018..4cfe8f68bfb 100644 --- a/subsystems/mvdm/dos/CMakeLists.txt +++ b/subsystems/mvdm/dos/CMakeLists.txt @@ -1,4 +1,4 @@ include_directories(${REACTOS_SOURCE_DIR}/subsystems/mvdm/dos) add_asm16_bin(command ${CMAKE_CURRENT_BINARY_DIR}/command.com 0x0100 command.S) -add_cd_file(TARGET command FILE $ DESTINATION reactos/system32 FOR all) +add_cd_file(TARGET command FILE ${CMAKE_CURRENT_BINARY_DIR}/command.com DESTINATION reactos/system32 FOR all)