- Add explorer, umpnpmgr, userinit and winhlp32 to livecd.

svn path=/branches/cmake-bringup/; revision=49232
This commit is contained in:
Amine Khaldi 2010-10-23 10:15:02 +00:00
parent 89271fe38d
commit 76697d8da4
4 changed files with 5 additions and 1 deletions

View file

@ -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)

View file

@ -16,3 +16,5 @@ add_importlibs(umpnpmgr
msvcrt
kernel32
ntdll)
add_livecd_target(umpnpmgr reactos/system32)

View file

@ -80,3 +80,4 @@ target_link_libraries(explorer
-lntdll)
add_dependencies(explorer psdk buildno_header)
add_livecd_target(explorer reactos)

View file

@ -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)