mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 09:41:47 +00:00
[CMAKE]
- Add explorer, umpnpmgr, userinit and winhlp32 to livecd. svn path=/branches/cmake-bringup/; revision=49232
This commit is contained in:
parent
89271fe38d
commit
76697d8da4
4 changed files with 5 additions and 1 deletions
|
@ -20,3 +20,4 @@ set_module_type(winhlp32 win32gui)
|
|||
|
||||
target_link_libraries(winhlp32 wine)
|
||||
add_importlibs(winhlp32 user32 gdi32 shell32 comctl32 comdlg32 msvcrt kernel32 ntdll)
|
||||
add_livecd_target(winhlp32 reactos)
|
|
@ -16,3 +16,5 @@ add_importlibs(umpnpmgr
|
|||
msvcrt
|
||||
kernel32
|
||||
ntdll)
|
||||
|
||||
add_livecd_target(umpnpmgr reactos/system32)
|
|
@ -80,3 +80,4 @@ target_link_libraries(explorer
|
|||
-lntdll)
|
||||
|
||||
add_dependencies(explorer psdk buildno_header)
|
||||
add_livecd_target(explorer reactos)
|
|
@ -8,5 +8,5 @@ add_executable(userinit userinit.c userinit.rc)
|
|||
target_link_libraries(userinit wine)
|
||||
|
||||
set_module_type(userinit win32gui)
|
||||
|
||||
add_importlibs(userinit user32 gdi32 advapi32 shell32 shlwapi msvcrt kernel32 ntdll)
|
||||
add_livecd_target(userinit reactos/system32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue