mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
[FREELDR][INSTALL][FDEBUG] Include FreeLDR tools in LiveCD and HybridCD (#2550)
It might be useful to have them on LiveCD/HybridCD as well.
This commit is contained in:
parent
7e2db77338
commit
7b24d00ef1
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +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)
|
||||
add_cd_file(TARGET fdebug DESTINATION loader NO_CAB NOT_IN_HYBRIDCD FOR bootcd livecd hybridcd)
|
||||
|
|
|
@ -21,4 +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)
|
||||
add_cd_file(TARGET installfreeldr DESTINATION loader NO_CAB NOT_IN_HYBRIDCD FOR bootcd livecd hybridcd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue