[CMAKE]
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 23 Oct 2010 10:15:02 +0000 (10:15 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 23 Oct 2010 10:15:02 +0000 (10:15 +0000)
- Add explorer, umpnpmgr, userinit and winhlp32 to livecd.

svn path=/branches/cmake-bringup/; revision=49232

base/applications/winhlp32/CMakeLists.txt
base/services/umpnpmgr/CMakeLists.txt
base/shell/explorer/CMakeLists.txt
base/system/userinit/CMakeLists.txt

index d46378a..bcf57b3 100644 (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)
\ No newline at end of file
index 4d2eaad..ea44084 100644 (file)
@@ -16,3 +16,5 @@ add_importlibs(umpnpmgr
     msvcrt
     kernel32
     ntdll)
+
+add_livecd_target(umpnpmgr reactos/system32)
\ No newline at end of file
index cde08af..b91c7ba 100644 (file)
@@ -80,3 +80,4 @@ target_link_libraries(explorer
     -lntdll)
 
 add_dependencies(explorer psdk buildno_header)
+add_livecd_target(explorer reactos)
\ No newline at end of file
index 79fb7c2..7904940 100644 (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)