mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:31:43 +00:00
[UCRTBASE] Add ucrtbase.dll to build
This commit is contained in:
parent
9f15d9ee57
commit
41ffe7f3c6
6 changed files with 2789 additions and 2 deletions
|
@ -20,7 +20,7 @@ list(APPEND UCRT_HEAP_SOURCES
|
|||
heap/recalloc.cpp
|
||||
)
|
||||
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
if(DBG)
|
||||
list(APPEND UCRT_HEAP_SOURCES
|
||||
heap/debug_heap.cpp
|
||||
heap/debug_heap_hook.cpp
|
||||
|
|
|
@ -25,7 +25,7 @@ list(APPEND UCRT_MISC_SOURCES
|
|||
misc/_strerr.cpp
|
||||
)
|
||||
|
||||
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
if(DBG)
|
||||
list(APPEND UCRT_MISC_SOURCES
|
||||
misc/dbgrpt.cpp
|
||||
misc/dbgrptt.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue