[FREELDR] Add FreeLdr debug tool GUI program, and FreeLdr command-line installer to the bootcd.

This commit is contained in:
Hermès Bélusca-Maïto 2018-12-09 00:04:37 +01:00
parent 8bed4adf56
commit dd11f4c34b
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 2 additions and 0 deletions

View file

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

View file

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