mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[CMAKE]
Generate a checksum for ntdll with MSVC svn path=/trunk/; revision=52704
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user