- add explorer-cfg-template.xml to livecd and bootcd
  - add idndl.dll to livecd

svn path=/branches/cmake-bringup/; revision=49351
This commit is contained in:
Jérôme Gardou 2010-10-30 12:51:21 +00:00
parent 5647d2cd6a
commit fda2e2e4f8
3 changed files with 6 additions and 3 deletions

View file

@ -82,4 +82,5 @@ target_link_libraries(explorer
set_image_base(explorer 0x00400000)
add_dependencies(explorer psdk buildno_header)
add_cab_target(explorer 4)
add_cab_target(explorer 4)
add_cab(${CMAKE_CURRENT_SOURCE_DIR}/explorer-cfg-template.xml 4)