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