https://git.reactos.org/?p=reactos.git;a=commitdiff;h=dd11f4c34b66a6fe82291…
commit dd11f4c34b66a6fe8229127d03e01f33024e1b4b
Author: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
AuthorDate: Sun Dec 9 00:04:37 2018 +0100
Commit: Hermès Bélusca-Maïto <hermes.belusca-maito(a)reactos.org>
CommitDate: Mon Dec 10 00:27:58 2018 +0100
[FREELDR] Add FreeLdr debug tool GUI program, and FreeLdr command-line installer to
the bootcd.
---
boot/freeldr/fdebug/CMakeLists.txt | 1 +
boot/freeldr/install/CMakeLists.txt | 1 +
2 files changed, 2 insertions(+)
diff --git a/boot/freeldr/fdebug/CMakeLists.txt b/boot/freeldr/fdebug/CMakeLists.txt
index 6fed62842f..61d94d8b78 100644
--- a/boot/freeldr/fdebug/CMakeLists.txt
+++ b/boot/freeldr/fdebug/CMakeLists.txt
@@ -2,3 +2,4 @@
add_executable(fdebug fdebug.c rs232.c fdebug.rc)
set_module_type(fdebug win32gui UNICODE)
add_importlibs(fdebug comdlg32 user32 gdi32 msvcrt kernel32)
+add_cd_file(TARGET fdebug DESTINATION loader NO_CAB FOR bootcd)
diff --git a/boot/freeldr/install/CMakeLists.txt b/boot/freeldr/install/CMakeLists.txt
index d495a180fe..ed106f2a97 100644
--- a/boot/freeldr/install/CMakeLists.txt
+++ b/boot/freeldr/install/CMakeLists.txt
@@ -21,3 +21,4 @@ add_executable(installfreeldr EXCLUDE_FROM_ALL
set_module_type(installfreeldr win32cui)
add_importlibs(installfreeldr msvcrt kernel32)
+add_cd_file(TARGET installfreeldr DESTINATION loader NO_CAB FOR bootcd)