2011-05-16 13:12:07 +00:00
|
|
|
|
2011-06-13 15:31:11 +00:00
|
|
|
add_executable(findstr findstr.c findstr.rc)
|
2011-05-16 13:12:07 +00:00
|
|
|
set_module_type(findstr win32cui)
|
|
|
|
add_importlibs(findstr user32 msvcrt kernel32)
|
|
|
|
add_cd_file(TARGET findstr DESTINATION reactos/system32 FOR all)
|