Generate a checksum for ntdll with MSVC

svn path=/trunk/; revision=52704
This commit is contained in:
Timo Kreuzer 2011-07-16 22:41:10 +00:00
parent 4166b39bfa
commit 005a7acbfc

View file

@ -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()