mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[CMAKE]
Generate a checksum for ntdll with MSVC svn path=/trunk/; revision=52704
This commit is contained in:
parent
4166b39bfa
commit
005a7acbfc
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ set_entrypoint(ntdll 0)
|
|||
|
||||
if(MSVC)
|
||||
target_link_libraries(ntdll rtl)
|
||||
add_linkerflag(ntdll /RELEASE)
|
||||
else()
|
||||
target_link_libraries(ntdll -Wl,--whole-archive rtl -Wl,--no-whole-archive)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue