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': {
|
'link_settings': {
|
||||||
'msvs_settings': {
|
'msvs_settings': {
|
||||||
'VCLinkerTool': {
|
'VCLinkerTool': {
|
||||||
|
'AdditionalOptions': [
|
||||||
|
# warning /DELAYLOAD:dll ignored; no imports found from dll
|
||||||
|
'/ignore:4199',
|
||||||
|
],
|
||||||
'AdditionalDependencies': [
|
'AdditionalDependencies': [
|
||||||
'delayimp.lib',
|
'delayimp.lib',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue