1 2add_executable(whois whois.c whois.rc) 3set_module_type(whois win32cui) 4add_importlibs(whois ws2_32 msvcrt kernel32) 5add_cd_file(TARGET whois DESTINATION reactos/system32 FOR all) 6