Browse Source

Ignore warning LNK4199

We are now sharing the /DELAYLOAD settings between configurations.
Cheng Zhao 7 years ago
parent
commit
c70150847d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      brightray/brightray.gyp

+ 4 - 0
brightray/brightray.gyp

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