Set up linker defaults for Windows

These match Chromium's defaults.
This commit is contained in:
Adam Roben 2013-05-28 11:56:50 -04:00
parent 3f40456161
commit 427ba96062

View file

@ -180,6 +180,11 @@
'WarnAsError': 'true', 'WarnAsError': 'true',
'DebugInformationFormat': '3', 'DebugInformationFormat': '3',
}, },
'VCLinkerTool': {
'GenerateDebugInformation': 'true',
'MapFileName': '$(OutDir)\\$(TargetName).map',
'ImportLibrary': '$(OutDir)\\lib\\$(TargetName).lib',
},
}, },
'msvs_disabled_warnings': [ 'msvs_disabled_warnings': [
4100, # unreferenced formal parameter 4100, # unreferenced formal parameter