Ignore warning LNK4199

We are now sharing the /DELAYLOAD settings between configurations.
This commit is contained in:
Cheng Zhao 2018-03-20 10:27:59 +09:00 committed by Aleksei Kuzmin
parent 2e94a730cc
commit c70150847d

View file

@ -280,6 +280,10 @@
'link_settings': {
'msvs_settings': {
'VCLinkerTool': {
'AdditionalOptions': [
# warning /DELAYLOAD:dll ignored; no imports found from dll
'/ignore:4199',
],
'AdditionalDependencies': [
'delayimp.lib',
],