2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
2012-12-14 23:29:22 +00:00
|
|
|
gui.c
|
2011-05-16 13:12:07 +00:00
|
|
|
misc.c
|
|
|
|
shutdown.c
|
2014-02-08 18:13:52 +00:00
|
|
|
precomp.h)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
2014-02-08 18:13:52 +00:00
|
|
|
add_executable(shutdown ${SOURCE} shutdown.rc)
|
2012-12-14 23:29:22 +00:00
|
|
|
set_module_type(shutdown win32cui UNICODE)
|
2014-10-17 23:28:29 +00:00
|
|
|
add_importlibs(shutdown advapi32 user32 powrprof msvcrt kernel32)
|
2014-02-08 18:13:52 +00:00
|
|
|
add_pch(shutdown precomp.h SOURCE)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET shutdown DESTINATION reactos/system32 FOR all)
|