mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
addendum to r52369: forgot those
svn path=/trunk/; revision=52370
This commit is contained in:
parent
4f2fbfda9d
commit
cef5719846
8 changed files with 9 additions and 16 deletions
|
@ -20,12 +20,12 @@ list(APPEND SOURCE
|
|||
|
||||
add_executable(dxdiag ${SOURCE})
|
||||
|
||||
add_pch(dxdiag precomp.h)
|
||||
|
||||
set_module_type(dxdiag win32gui)
|
||||
|
||||
target_link_libraries(dxdiag dxguid)
|
||||
|
||||
add_importlibs(dxdiag user32 advapi32 comctl32 dinput8 setupapi dsound ddraw version gdi32 winmm d3d9 msvcrt kernel32 ntdll)
|
||||
|
||||
add_pch(dxdiag precomp.h)
|
||||
|
||||
add_cd_file(TARGET dxdiag DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -10,7 +10,6 @@ list(APPEND SOURCE
|
|||
|
||||
add_executable(mmcclient ${SOURCE})
|
||||
|
||||
add_pch(mmcclient precomp.h)
|
||||
|
||||
set_module_type(mmcclient win32gui)
|
||||
add_importlibs(mmcclient user32 gdi32 comdlg32 advapi32 shell32 comctl32 msvcrt kernel32)
|
||||
add_pch(mmcclient precomp.h)
|
||||
|
|
|
@ -14,8 +14,7 @@ list(APPEND SOURCE
|
|||
|
||||
add_executable(msconfig ${SOURCE})
|
||||
|
||||
add_pch(msconfig precomp.h)
|
||||
|
||||
set_module_type(msconfig win32gui)
|
||||
add_importlibs(msconfig user32 advapi32 version comctl32 shell32 shlwapi msvcrt kernel32)
|
||||
add_pch(msconfig precomp.h)
|
||||
add_cd_file(TARGET msconfig DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -11,8 +11,7 @@ list(APPEND SOURCE
|
|||
|
||||
add_executable(devmgmt ${SOURCE})
|
||||
|
||||
add_pch(devmgmt precomp.h)
|
||||
|
||||
set_module_type(devmgmt win32gui)
|
||||
add_importlibs(devmgmt setupapi gdi32 user32 comctl32 advapi32 devmgr msvcrt kernel32)
|
||||
add_pch(devmgmt precomp.h)
|
||||
add_cd_file(TARGET devmgmt DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -10,8 +10,7 @@ set_rc_compiler()
|
|||
|
||||
add_executable(notepad ${SOURCE})
|
||||
|
||||
add_pch(notepad notepad.h)
|
||||
|
||||
set_module_type(notepad win32gui)
|
||||
add_importlibs(notepad user32 gdi32 comctl32 comdlg32 advapi32 shell32 msvcrt kernel32)
|
||||
add_pch(notepad notepad.h)
|
||||
add_cd_file(TARGET notepad DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -25,8 +25,7 @@ list(APPEND SOURCE
|
|||
|
||||
add_executable(taskmgr ${SOURCE})
|
||||
|
||||
add_pch(taskmgr precomp.h)
|
||||
|
||||
set_module_type(taskmgr win32gui)
|
||||
add_importlibs(taskmgr advapi32 user32 gdi32 shell32 comctl32 msvcrt kernel32 ntdll)
|
||||
add_pch(taskmgr precomp.h)
|
||||
add_cd_file(TARGET taskmgr DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -15,8 +15,7 @@ add_executable(eventlog ${SOURCE})
|
|||
|
||||
target_link_libraries(eventlog eventlogrpc ${PSEH_LIB})
|
||||
|
||||
add_pch(eventlog eventlog.h)
|
||||
|
||||
set_module_type(eventlog win32cui)
|
||||
add_importlibs(eventlog advapi32 rpcrt4 msvcrt kernel32 ntdll)
|
||||
add_pch(eventlog eventlog.h)
|
||||
add_cd_file(TARGET eventlog DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -20,8 +20,7 @@ target_link_libraries(services
|
|||
svcctlrpc
|
||||
${PSEH_LIB})
|
||||
|
||||
add_pch(services services.h)
|
||||
|
||||
set_module_type(services win32cui)
|
||||
add_importlibs(services user32 advapi32 rpcrt4 msvcrt kernel32 ntdll)
|
||||
add_pch(services services.h)
|
||||
add_cd_file(TARGET services DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue