- 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)

View file

@ -25,9 +25,9 @@
//#define DEBUG_ALL
//#define DEBUG_INIFILE
//#define DEBUG_REACTOS
#define DEBUG_REACTOS
//#define DEBUG_CUSTOM
#define DEBUG_NONE
//#define DEBUG_NONE
#if defined (DEBUG_ALL)
ULONG DebugPrintMask = DPRINT_WARNING | DPRINT_MEMORY | DPRINT_FILESYSTEM |

View file

@ -17,3 +17,5 @@ endif(NOT MSVC)
add_importlibs(idndl kernel32)
add_dependencies(idndl idndl_def psdk buildno_header)
add_livecd_target(idndl reactos)