mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[CMAKE]
- 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:
parent
5647d2cd6a
commit
fda2e2e4f8
3 changed files with 6 additions and 3 deletions
|
@ -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)
|
|
@ -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 |
|
||||
|
|
|
@ -17,3 +17,5 @@ endif(NOT MSVC)
|
|||
add_importlibs(idndl kernel32)
|
||||
|
||||
add_dependencies(idndl idndl_def psdk buildno_header)
|
||||
|
||||
add_livecd_target(idndl reactos)
|
||||
|
|
Loading…
Reference in a new issue