mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 23:29:42 +00:00
6 lines
175 B
Text
6 lines
175 B
Text
![]() |
|
||
|
add_executable(load load.c)
|
||
|
set_module_type(load win32cui UNICODE)
|
||
|
add_importlibs(load ntdll user32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET load DESTINATION reactos/bin FOR all)
|