2011-05-16 13:12:07 +00:00
|
|
|
|
2016-08-01 23:29:55 +00:00
|
|
|
list(APPEND SOURCE
|
|
|
|
eventvwr.c
|
|
|
|
evtdetctl.c
|
|
|
|
eventvwr.h)
|
|
|
|
|
2015-06-17 17:20:29 +00:00
|
|
|
file(GLOB eventvwr_rc_deps res/*.*)
|
|
|
|
add_rc_deps(eventvwr.rc ${eventvwr_rc_deps})
|
2016-08-01 23:29:55 +00:00
|
|
|
add_executable(eventvwr ${SOURCE} eventvwr.rc)
|
|
|
|
add_pch(eventvwr eventvwr.h SOURCE)
|
2011-09-03 19:11:44 +00:00
|
|
|
set_module_type(eventvwr win32gui UNICODE)
|
2016-07-17 23:06:03 +00:00
|
|
|
target_link_libraries(eventvwr ${PSEH_LIB})
|
|
|
|
add_importlibs(eventvwr user32 gdi32 comctl32 comdlg32 advapi32 shell32 shlwapi msvcrt kernel32 ntdll)
|
2014-10-17 23:28:29 +00:00
|
|
|
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET eventvwr DESTINATION reactos/system32 FOR all)
|