mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
Ignore warning LNK4199
We are now sharing the /DELAYLOAD settings between configurations.
This commit is contained in:
committed by
Aleksei Kuzmin
parent
2e94a730cc
commit
c70150847d
@@ -280,6 +280,10 @@
|
||||
'link_settings': {
|
||||
'msvs_settings': {
|
||||
'VCLinkerTool': {
|
||||
'AdditionalOptions': [
|
||||
# warning /DELAYLOAD:dll ignored; no imports found from dll
|
||||
'/ignore:4199',
|
||||
],
|
||||
'AdditionalDependencies': [
|
||||
'delayimp.lib',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user