mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
[BOOTDATA]: Normally, in the hybridcd, the livecd stuff should go into its own subdirectory.
svn path=/trunk/; revision=70655
This commit is contained in:
parent
32c29291cd
commit
4dd9a543a3
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "")
|
||||||
|
|
||||||
#create the empty Desktop, Favorites, and Start Menu folders
|
#create the empty Desktop, Favorites, and Start Menu folders
|
||||||
file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "livecd/Profiles/Default User/Desktop\n")
|
file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "livecd/Profiles/Default User/Desktop\n")
|
||||||
file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "Profiles/Default User/Favorites\n")
|
file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "livecd/Profiles/Default User/Favorites\n")
|
||||||
file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "livecd/Profiles/Default User/Start Menu/Programs\n")
|
file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/hybridcd.lst "livecd/Profiles/Default User/Start Menu/Programs\n")
|
||||||
|
|
||||||
add_custom_target(hybridcd
|
add_custom_target(hybridcd
|
||||||
|
|
Loading…
Reference in a new issue