[UCRTBASE] Add ucrtbase.dll to build

This commit is contained in:
Timo Kreuzer 2024-05-27 18:40:22 +03:00
parent 9f15d9ee57
commit 41ffe7f3c6
6 changed files with 2789 additions and 2 deletions

View file

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

View file

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