Author: akhaldi
Date: Sat Oct 23 10:38:48 2010
New Revision: 49234
URL:
http://svn.reactos.org/svn/reactos?rev=49234&view=rev
Log:
[CMAKE]
- Create profiles related folders into the livecd iso.
- Add some missing modules to livecd.
Modified:
branches/cmake-bringup/CMakeLists.txt
branches/cmake-bringup/dll/win32/cabinet/CMakeLists.txt
branches/cmake-bringup/dll/win32/cfgmgr32/CMakeLists.txt
branches/cmake-bringup/dll/win32/comcat/CMakeLists.txt
branches/cmake-bringup/dll/win32/glu32/CMakeLists.txt
branches/cmake-bringup/dll/win32/imaadp32.acm/CMakeLists.txt
branches/cmake-bringup/dll/win32/mcicda/CMakeLists.txt
branches/cmake-bringup/dll/win32/mciseq/CMakeLists.txt
branches/cmake-bringup/dll/win32/mciwave/CMakeLists.txt
branches/cmake-bringup/dll/win32/mmdrv/CMakeLists.txt
branches/cmake-bringup/dll/win32/msadp32.acm/CMakeLists.txt
branches/cmake-bringup/dll/win32/msg711.acm/CMakeLists.txt
branches/cmake-bringup/dll/win32/msgsm32.acm/CMakeLists.txt
branches/cmake-bringup/dll/win32/msvcrt20/CMakeLists.txt
branches/cmake-bringup/dll/win32/nddeapi/CMakeLists.txt
branches/cmake-bringup/dll/win32/ntdsapi/CMakeLists.txt
branches/cmake-bringup/dll/win32/odbccp32/CMakeLists.txt
branches/cmake-bringup/dll/win32/oleacc/CMakeLists.txt
branches/cmake-bringup/dll/win32/olepro32/CMakeLists.txt
branches/cmake-bringup/dll/win32/pdh/CMakeLists.txt
branches/cmake-bringup/dll/win32/printui/CMakeLists.txt
branches/cmake-bringup/dll/win32/rasapi32/CMakeLists.txt
branches/cmake-bringup/dll/win32/rsabase/CMakeLists.txt
Modified: branches/cmake-bringup/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/CMakeLists.txt?re…
==============================================================================
--- branches/cmake-bringup/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/CMakeLists.txt [iso-8859-1] Sat Oct 23 10:38:48 2010
@@ -120,6 +120,12 @@
file(MAKE_DIRECTORY "${LIVECD_DIR}")
file(MAKE_DIRECTORY "${LIVECD_DIR}/loader")
+file(MAKE_DIRECTORY "${LIVECD_DIR}/Profiles")
+file(MAKE_DIRECTORY "${LIVECD_DIR}/Profiles/All Users")
+file(MAKE_DIRECTORY "${LIVECD_DIR}/Profiles/All Users/Desktop")
+file(MAKE_DIRECTORY "${LIVECD_DIR}/Profiles/Default User")
+file(MAKE_DIRECTORY "${LIVECD_DIR}/Profiles/Default User/Desktop")
+file(MAKE_DIRECTORY "${LIVECD_DIR}/Profiles/Default User/My Documents")
file(MAKE_DIRECTORY "${LIVECD_DIR}/reactos")
file(MAKE_DIRECTORY "${LIVECD_DIR}/reactos/fonts")
file(MAKE_DIRECTORY "${LIVECD_DIR}/reactos/system32")
Modified: branches/cmake-bringup/dll/win32/cabinet/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/cabinet…
==============================================================================
--- branches/cmake-bringup/dll/win32/cabinet/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/cabinet/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -21,3 +21,4 @@
add_importlibs(cabinet kernel32 ntdll)
add_dependencies(cabinet cabinet_def psdk buildno_header)
+add_livecd_target(cabinet reactos/system32)
Modified: branches/cmake-bringup/dll/win32/cfgmgr32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/cfgmgr3…
==============================================================================
--- branches/cmake-bringup/dll/win32/cfgmgr32/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/cfgmgr32/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -8,3 +8,4 @@
target_link_libraries(cfgmgr32 ${CMAKE_CURRENT_BINARY_DIR}/cfgmgr32.def)
add_dependencies(cfgmgr32 cfgmgr32_def psdk buildno_header)
+add_livecd_target(cfgmgr32 reactos/system32)
Modified: branches/cmake-bringup/dll/win32/comcat/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/comcat/…
==============================================================================
--- branches/cmake-bringup/dll/win32/comcat/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/comcat/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -22,3 +22,4 @@
ntdll)
add_dependencies(comcat comcat_def psdk buildno_header)
+add_livecd_target(comcat reactos/system32)
Modified: branches/cmake-bringup/dll/win32/glu32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/glu32/C…
==============================================================================
--- branches/cmake-bringup/dll/win32/glu32/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/glu32/CMakeLists.txt [iso-8859-1] Sat Oct 23 10:38:48
2010
@@ -117,3 +117,4 @@
ntdll)
add_dependencies(glu32 glu32_def psdk buildno_header)
+add_livecd_target(glu32 reactos/system32)
Modified: branches/cmake-bringup/dll/win32/imaadp32.acm/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/imaadp3…
==============================================================================
--- branches/cmake-bringup/dll/win32/imaadp32.acm/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/imaadp32.acm/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -22,3 +22,4 @@
add_importlibs(imaadp32.acm winmm user32 msvcrt kernel32 ntdll)
add_dependencies(imaadp32.acm imaadp32.acm_def psdk buildno_header)
+add_livecd_target(imaadp32.acm reactos/system32)
Modified: branches/cmake-bringup/dll/win32/mcicda/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/mcicda/…
==============================================================================
--- branches/cmake-bringup/dll/win32/mcicda/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/mcicda/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -14,3 +14,4 @@
add_importlibs(mcicda winmm user32 kernel32 ntdll)
add_dependencies(mcicda mcicda_def psdk buildno_header)
+add_livecd_target(mcicda reactos/system32)
Modified: branches/cmake-bringup/dll/win32/mciseq/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/mciseq/…
==============================================================================
--- branches/cmake-bringup/dll/win32/mciseq/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/mciseq/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -14,3 +14,4 @@
add_importlibs(mciseq winmm user32 kernel32 ntdll)
add_dependencies(mciseq mciseq_def psdk buildno_header)
+add_livecd_target(mciseq reactos/system32)
Modified: branches/cmake-bringup/dll/win32/mciwave/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/mciwave…
==============================================================================
--- branches/cmake-bringup/dll/win32/mciwave/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/mciwave/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -17,3 +17,4 @@
add_importlibs(mciwave winmm user32 msvcrt kernel32 ntdll)
add_dependencies(mciwave mciwave_def psdk buildno_header)
+add_livecd_target(mciwave reactos/system32)
Modified: branches/cmake-bringup/dll/win32/mmdrv/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/mmdrv/C…
==============================================================================
--- branches/cmake-bringup/dll/win32/mmdrv/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/mmdrv/CMakeLists.txt [iso-8859-1] Sat Oct 23 10:38:48
2010
@@ -20,3 +20,4 @@
add_importlibs(mmdrv winmm user32 kernel32 ntdll)
add_dependencies(mmdrv mmdrv_def psdk buildno_header)
+add_livecd_target(mmdrv reactos/system32)
Modified: branches/cmake-bringup/dll/win32/msadp32.acm/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/msadp32…
==============================================================================
--- branches/cmake-bringup/dll/win32/msadp32.acm/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/msadp32.acm/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -22,3 +22,4 @@
add_importlibs(msadp32.acm winmm user32 msvcrt kernel32 ntdll)
add_dependencies(msadp32.acm msadp32.acm_def psdk buildno_header)
+add_livecd_target(msadp32.acm reactos/system32)
Modified: branches/cmake-bringup/dll/win32/msg711.acm/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/msg711.…
==============================================================================
--- branches/cmake-bringup/dll/win32/msg711.acm/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/msg711.acm/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -22,3 +22,4 @@
add_importlibs(msg711.acm winmm user32 msvcrt kernel32 ntdll)
add_dependencies(msg711.acm msg711.acm_def psdk buildno_header)
+add_livecd_target(msg711.acm reactos/system32)
Modified: branches/cmake-bringup/dll/win32/msgsm32.acm/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/msgsm32…
==============================================================================
--- branches/cmake-bringup/dll/win32/msgsm32.acm/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/msgsm32.acm/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -22,3 +22,4 @@
add_importlibs(msgsm32.acm winmm user32 msvcrt kernel32 ntdll)
add_dependencies(msgsm32.acm msgsm32.acm_def psdk buildno_header)
+add_livecd_target(msgsm32.acm reactos/system32)
Modified: branches/cmake-bringup/dll/win32/msvcrt20/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/msvcrt2…
==============================================================================
--- branches/cmake-bringup/dll/win32/msvcrt20/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/msvcrt20/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -16,3 +16,4 @@
add_importlibs(msvcrt20 msvcrt kernel32 ntdll)
add_dependencies(msvcrt20 msvcrt20_def psdk buildno_header)
+add_livecd_target(msvcrt20 reactos/system32)
Modified: branches/cmake-bringup/dll/win32/nddeapi/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/nddeapi…
==============================================================================
--- branches/cmake-bringup/dll/win32/nddeapi/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/nddeapi/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -14,3 +14,4 @@
add_importlibs(nddeapi kernel32 ntdll)
add_dependencies(nddeapi nddeapi_def psdk buildno_header)
+add_livecd_target(nddeapi reactos/system32)
Modified: branches/cmake-bringup/dll/win32/ntdsapi/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/ntdsapi…
==============================================================================
--- branches/cmake-bringup/dll/win32/ntdsapi/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/ntdsapi/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -14,3 +14,4 @@
add_importlibs(ntdsapi user32 kernel32 ntdll)
add_dependencies(ntdsapi ntdsapi_def psdk buildno_header)
+add_livecd_target(ntdsapi reactos/system32)
Modified: branches/cmake-bringup/dll/win32/odbccp32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/odbccp3…
==============================================================================
--- branches/cmake-bringup/dll/win32/odbccp32/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/odbccp32/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -22,3 +22,4 @@
ntdll)
add_dependencies(odbccp32 odbccp32_def)
+add_livecd_target(odbccp32 reactos/system32)
Modified: branches/cmake-bringup/dll/win32/oleacc/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/oleacc/…
==============================================================================
--- branches/cmake-bringup/dll/win32/oleacc/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/oleacc/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -19,3 +19,4 @@
ntdll)
add_dependencies(oleacc oleacc_def)
+add_livecd_target(oleacc reactos/system32)
Modified: branches/cmake-bringup/dll/win32/olepro32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/olepro3…
==============================================================================
--- branches/cmake-bringup/dll/win32/olepro32/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/olepro32/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -18,3 +18,4 @@
ntdll)
add_dependencies(olepro32 olepro32_def)
+add_livecd_target(olepro32 reactos/system32)
Modified: branches/cmake-bringup/dll/win32/pdh/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/pdh/CMa…
==============================================================================
--- branches/cmake-bringup/dll/win32/pdh/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/pdh/CMakeLists.txt [iso-8859-1] Sat Oct 23 10:38:48
2010
@@ -18,3 +18,4 @@
add_importlibs(pdh kernel32 ntdll)
add_dependencies(pdh pdh_def)
+add_livecd_target(pdh reactos/system32)
Modified: branches/cmake-bringup/dll/win32/printui/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/printui…
==============================================================================
--- branches/cmake-bringup/dll/win32/printui/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/printui/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -14,3 +14,4 @@
add_importlibs(printui shell32 kernel32 ntdll)
add_dependencies(printui printui_def psdk buildno_header)
+add_livecd_target(printui reactos/system32)
Modified: branches/cmake-bringup/dll/win32/rasapi32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/rasapi3…
==============================================================================
--- branches/cmake-bringup/dll/win32/rasapi32/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/rasapi32/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -14,3 +14,4 @@
add_importlibs(rasapi32 kernel32 ntdll)
add_dependencies(rasapi32 rasapi32_def psdk buildno_header)
+add_livecd_target(rasapi32 reactos/system32)
Modified: branches/cmake-bringup/dll/win32/rsabase/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/win32/rsabase…
==============================================================================
--- branches/cmake-bringup/dll/win32/rsabase/CMakeLists.txt [iso-8859-1] (original)
+++ branches/cmake-bringup/dll/win32/rsabase/CMakeLists.txt [iso-8859-1] Sat Oct 23
10:38:48 2010
@@ -14,3 +14,4 @@
add_importlibs(rsabase rsaenh ntdll)
add_dependencies(rsabase rsabase_def)
+add_livecd_target(rsabase reactos/system32)