2024-10-22 09:05:04 +03:00
|
|
|
|
|
|
|
list(APPEND UCRT_VCRUNTIME_SOURCES
|
2025-01-17 11:42:45 +02:00
|
|
|
vcruntime/__report_gsfailure.c
|
2025-01-17 11:43:24 +02:00
|
|
|
vcruntime/__report_rangecheckfailure.c
|
2024-10-22 09:05:04 +03:00
|
|
|
vcruntime/__security_init_cookie.c
|
2025-01-17 11:44:15 +02:00
|
|
|
vcruntime/__vcrt_init.c
|
2024-12-02 14:00:35 +02:00
|
|
|
vcruntime/initializers.cpp
|
2024-12-02 13:56:48 +02:00
|
|
|
vcruntime/isa_available.cpp
|
2024-10-22 09:05:04 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
if(${ARCH} STREQUAL "i386")
|
|
|
|
list(APPEND UCRT_VCRUNTIME_SOURCES
|
|
|
|
vcruntime/i386/__security_check_cookie.s
|
|
|
|
)
|
|
|
|
elseif(${ARCH} STREQUAL "amd64")
|
|
|
|
list(APPEND UCRT_VCRUNTIME_SOURCES
|
|
|
|
vcruntime/amd64/__security_check_cookie.s
|
|
|
|
)
|
|
|
|
endif()
|