mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
5 lines
153 B
Text
5 lines
153 B
Text
|
|
||
|
add_executable(fdebug fdebug.c rs232.c fdebug.rc)
|
||
|
set_module_type(fdebug win32gui UNICODE)
|
||
|
add_importlibs(fdebug comdlg32 user32 gdi32 msvcrt kernel32)
|