mirror of
https://github.com/reactos/reactos.git
synced 2025-08-08 13:23:03 +00:00
Implement Utility Manager software
CORE-15974
This commit is contained in:
parent
cb77f1701f
commit
df88ea8d25
12 changed files with 956 additions and 0 deletions
13
base/applications/utilman/CMakeLists.txt
Normal file
13
base/applications/utilman/CMakeLists.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
list(APPEND SOURCE
|
||||
dialog.c
|
||||
process.c
|
||||
about.c
|
||||
precomp.h)
|
||||
|
||||
add_rc_deps(utilman.rc ${CMAKE_CURRENT_SOURCE_DIR}/res/utilman.ico)
|
||||
add_executable(utilman ${SOURCE} utilman.rc)
|
||||
set_module_type(utilman win32gui UNICODE)
|
||||
add_importlibs(utilman comdlg32 user32 gdi32 advapi32 shell32 comctl32 msvcrt kernel32 ntdll)
|
||||
add_pch(utilman precomp.h SOURCE)
|
||||
add_cd_file(TARGET utilman DESTINATION reactos/system32 FOR all)
|
Loading…
Add table
Add a link
Reference in a new issue