| Index: pylib/gyp/msvs_emulation.py
|
| diff --git a/pylib/gyp/msvs_emulation.py b/pylib/gyp/msvs_emulation.py
|
| index c8c672db806f1831b579230cc3cee2ed646ab4dd..bc2afca3e0b0298b8003c6614f2e9fd040b934e0 100644
|
| --- a/pylib/gyp/msvs_emulation.py
|
| +++ b/pylib/gyp/msvs_emulation.py
|
| @@ -453,10 +453,6 @@ class MsvsSettings(object):
|
| map={'1': ':NO', '2': ''}, prefix='/LARGEADDRESSAWARE')
|
| # TODO(scottmg): This should sort of be somewhere else (not really a flag).
|
| ld('AdditionalDependencies', prefix='')
|
| - # TODO(scottmg): These too.
|
| - ldflags.extend(('kernel32.lib', 'user32.lib', 'gdi32.lib', 'winspool.lib',
|
| - 'comdlg32.lib', 'advapi32.lib', 'shell32.lib', 'ole32.lib',
|
| - 'oleaut32.lib', 'uuid.lib', 'odbc32.lib', 'DelayImp.lib'))
|
|
|
| # If the base address is not specifically controlled, DYNAMICBASE should
|
| # be on by default.
|
|
|