mirror of
https://github.com/reactos/reactos.git
synced 2025-02-21 16:04:57 +00:00
[DXTN] Fix MSVC build with runtime checks.
This commit is contained in:
parent
cb885480b2
commit
2bfbaa66fc
1 changed files with 2 additions and 2 deletions
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)
|
||||
|
|
Loading…
Reference in a new issue