mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 04:26:32 +00:00
[FREELDR] Add FreeLdr debug tool GUI program, and FreeLdr command-line installer to the bootcd.
This commit is contained in:
parent
8bed4adf56
commit
dd11f4c34b
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue