| Index: pylib/gyp/msvs_emulation.py
|
| diff --git a/pylib/gyp/msvs_emulation.py b/pylib/gyp/msvs_emulation.py
|
| index f0e4ef3909465bd658e03ad3cf6675acf7b32523..b57b51ff64764c9dbf9fe7b1b9f4984a1938534e 100644
|
| --- a/pylib/gyp/msvs_emulation.py
|
| +++ b/pylib/gyp/msvs_emulation.py
|
| @@ -359,6 +359,7 @@ class MsvsSettings(object):
|
| ld('EnableCOMDATFolding', map={'1': 'NOICF', '2': 'ICF'}, prefix='/OPT:')
|
| ld('LinkTimeCodeGeneration', map={'1': '/LTCG'})
|
| ld('IgnoreDefaultLibraryNames', prefix='/NODEFAULTLIB:')
|
| + ld('ResourceOnlyDLL', map={'true': '/NOENTRY'})
|
| # TODO(scottmg): This should sort of be somewhere else (not really a flag).
|
| ld('AdditionalDependencies', prefix='')
|
| # TODO(scottmg): These too.
|
|
|