Completely refactor bootcd generation
  - one macro (à la cmake's install) to rule them all, to make your life simpler and have build files cleaner
  - Completely rehaul the bootcd tree : now you have in it some minimal reactos system
  - reflect those changes in setupldr
No livecd yet!

svn path=/branches/cmake-bringup/; revision=51731
This commit is contained in:
Jérôme Gardou 2011-05-14 13:49:39 +00:00
parent ee7e7b3462
commit 53fbd8e185
556 changed files with 772 additions and 722 deletions

View file

@ -31,4 +31,4 @@ set_module_type(mstsc win32gui)
add_importlibs(mstsc user32 gdi32 comctl32 ws2_32 advapi32 shell32 ole32 comdlg32 msvcrt kernel32)
add_cab_target(mstsc 1)
add_cd_file(TARGET mstsc DESTINATION reactos/system32)