mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[MSVCRT]
- Properly ignore LNK4102 for libmsvcrt svn path=/trunk/; revision=69046
This commit is contained in:
@@ -27,7 +27,7 @@ target_link_libraries(msvcrt crt wine ${PSEH_LIB})
|
||||
if(MSVC)
|
||||
# export of deleting destructor "name"
|
||||
add_target_link_flags(msvcrt "/ignore:4102")
|
||||
add_target_link_flags(libmsvcrt "/ignore:4102")
|
||||
add_target_property(libmsvcrt STATIC_LIBRARY_FLAGS "/ignore:4102")
|
||||
endif()
|
||||
|
||||
add_importlibs(msvcrt kernel32 ntdll)
|
||||
|
||||
Reference in New Issue
Block a user