- add macros add_cab and add_cab_target to add files to reactos.dff
  - add bootcd target
  - make use of these macros to create bootcd and livecd
Bootcd works and install things, but 2nd stage fails booting. We need debug symbols!!!

svn path=/branches/cmake-bringup/; revision=49347
This commit is contained in:
Jérôme Gardou 2010-10-30 09:53:53 +00:00
parent 7ee0c086fc
commit fd5ef6b1c1
307 changed files with 631 additions and 398 deletions

View file

@ -30,4 +30,4 @@ target_link_libraries(msctf
add_importlibs(msctf ole32 oleaut32 user32 advapi32 kernel32 ntdll)
add_dependencies(msctf msctf_def)
add_livecd_target(msctf reactos/system32)
add_cab_target(msctf 1)