mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:55:53 +00:00
[MSVCRT]
- Properly ignore LNK4102 for libmsvcrt svn path=/trunk/; revision=69046
This commit is contained in:
parent
6713972af8
commit
e25a440db4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue