2012-06-30 11:33:33 +00:00
|
|
|
|
|
|
|
add_executable(notevil notevil.c notevil.rc)
|
2014-03-23 02:24:33 +00:00
|
|
|
set_module_type(notevil win32cui UNICODE)
|
2012-06-30 11:33:33 +00:00
|
|
|
add_importlibs(notevil user32 msvcrt kernel32)
|
|
|
|
add_cd_file(TARGET notevil DESTINATION reactos/system32 FOR all)
|