Ignore warning LNK4199
We are now sharing the /DELAYLOAD settings between configurations.
This commit is contained in:
parent
2e94a730cc
commit
c70150847d
1 changed files with 4 additions and 0 deletions
|
@ -280,6 +280,10 @@
|
|||
'link_settings': {
|
||||
'msvs_settings': {
|
||||
'VCLinkerTool': {
|
||||
'AdditionalOptions': [
|
||||
# warning /DELAYLOAD:dll ignored; no imports found from dll
|
||||
'/ignore:4199',
|
||||
],
|
||||
'AdditionalDependencies': [
|
||||
'delayimp.lib',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue