mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
6 lines
177 B
Text
6 lines
177 B
Text
![]() |
|
||
|
add_executable(binpatch patch.c)
|
||
|
set_module_type(binpatch win32cui)
|
||
|
add_importlibs(binpatch ntdll msvcrt kernel32)
|
||
|
add_cd_file(TARGET binpatch DESTINATION reactos/bin FOR all)
|