Add /bigobj parameter to cctest to make MSVS happy.

TEST=MSVS 2008 compiles cctest without warnings/errors.

Review URL: http://codereview.chromium.org/8052031

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9458 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
jkummerow@chromium.org 2011-09-28 09:13:30 +00:00
parent 1b5a2381ec
commit 8e5db73e7d
2 changed files with 7 additions and 1 deletions

View File

@ -269,7 +269,7 @@
}], }],
['OS=="win"', { ['OS=="win"', {
'msvs_configuration_attributes': { 'msvs_configuration_attributes': {
'OutputDirectory': '$(SolutionDir)$(ConfigurationName)', 'OutputDirectory': '<(DEPTH)\\build\\$(ConfigurationName)',
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)', 'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
'CharacterSet': '1', 'CharacterSet': '1',
}, },

View File

@ -134,6 +134,12 @@
'sources': [ 'sources': [
'test-platform-win32.cc', 'test-platform-win32.cc',
], ],
'msvs_settings': {
'VCCLCompilerTool': {
# MSVS wants this for gay-{precision,shortest}.cc.
'AdditionalOptions': ['/bigobj'],
},
},
}], }],
['component=="shared_library"', { ['component=="shared_library"', {
# cctest can't be built against a shared library, so we need to # cctest can't be built against a shared library, so we need to