mirror of
https://github.com/reactos/reactos.git
synced 2025-04-11 08:13:25 +00:00

JIRA issue: CORE-9444 - Delete 'replace' internal command. - Add 'replace' external command into base/applications/cmdutils/replace folder. - Add control break handler.
8 lines
320 B
CMake
8 lines
320 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
|
|
|
add_executable(replace replace.c util.c replace.rc)
|
|
set_module_type(replace win32cui UNICODE)
|
|
target_link_libraries(replace conutils ${PSEH_LIB})
|
|
add_importlibs(replace user32 msvcrt kernel32)
|
|
add_cd_file(TARGET replace DESTINATION reactos/system32 FOR all)
|