mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[DXTN] Fix MSVC build with runtime checks.
This commit is contained in:
4
dll/3rdparty/dxtn/CMakeLists.txt
vendored
4
dll/3rdparty/dxtn/CMakeLists.txt
vendored
@@ -6,6 +6,6 @@ add_library(dxtn SHARED
|
||||
txc_fetch_dxtn.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/dxtn.def)
|
||||
|
||||
set_entrypoint(dxtn 0)
|
||||
add_importlibs(dxtn msvcrt)
|
||||
set_module_type(dxtn win32dll ENTRYPOINT 0)
|
||||
add_importlibs(dxtn msvcrt kernel32)
|
||||
add_cd_file(TARGET dxtn DESTINATION reactos/system32 FOR all)
|
||||
|
||||
Reference in New Issue
Block a user