1 2add_executable(rundll32 rundll32.c rundll32.rc) 3set_module_type(rundll32 win32gui UNICODE) 4add_importlibs(rundll32 user32 msvcrt kernel32 ntdll) 5add_cd_file(TARGET rundll32 DESTINATION reactos/system32 FOR all) 6
1 2add_executable(rundll32 rundll32.c rundll32.rc) 3set_module_type(rundll32 win32gui UNICODE) 4add_importlibs(rundll32 user32 msvcrt kernel32 ntdll) 5add_cd_file(TARGET rundll32 DESTINATION reactos/system32 FOR all) 6