Author: akhaldi
Date: Sat Oct 23 10:15:02 2010
New Revision: 49232
URL:
http://svn.reactos.org/svn/reactos?rev=49232&view=rev
Log:
[CMAKE]
- Add explorer, umpnpmgr, userinit and winhlp32 to livecd.
Modified:
branches/cmake-bringup/base/applications/winhlp32/CMakeLists.txt
branches/cmake-bringup/base/services/umpnpmgr/CMakeLists.txt
branches/cmake-bringup/base/shell/explorer/CMakeLists.txt
branches/cmake-bringup/base/system/userinit/CMakeLists.txt
Modified: branches/cmake-bringup/base/applications/winhlp32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/base/applications…
==============================================================================
--- branches/cmake-bringup/base/applications/winhlp32/CMakeLists.txt [iso-8859-1]
(original)
+++ branches/cmake-bringup/base/applications/winhlp32/CMakeLists.txt [iso-8859-1] Sat Oct
23 10:15:02 2010
@@ -20,3 +20,4 @@
target_link_libraries(winhlp32 wine)
add_importlibs(winhlp32 user32 gdi32 shell32 comctl32 comdlg32 msvcrt kernel32 ntdll)
+add_livecd_target(winhlp32 reactos)
Modified: branches/cmake-bringup/base/services/umpnpmgr/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/base/services/ump…
==============================================================================
--- branches/cmake-bringup/base/services/umpnpmgr/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/base/services/umpnpmgr/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:15:02 2010
@@ -16,3 +16,5 @@
msvcrt
kernel32
ntdll)
+
+add_livecd_target(umpnpmgr reactos/system32)
Modified: branches/cmake-bringup/base/shell/explorer/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/base/shell/explor…
==============================================================================
--- branches/cmake-bringup/base/shell/explorer/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/base/shell/explorer/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:15:02 2010
@@ -80,3 +80,4 @@
-lntdll)
add_dependencies(explorer psdk buildno_header)
+add_livecd_target(explorer reactos)
Modified: branches/cmake-bringup/base/system/userinit/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/base/system/useri…
==============================================================================
--- branches/cmake-bringup/base/system/userinit/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/base/system/userinit/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:15:02 2010
@@ -8,5 +8,5 @@
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)