Fix 64-bit build on Windows and Visual Studio project files
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 27 Jan 2010 16:18:58 +0000 (16:18 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 27 Jan 2010 16:18:58 +0000 (16:18 +0000)
commit5fe8bd99198e48ecbae59ae58e29ae3a4bcec5d2
tree75fe69a58e47d7d40c9072bac48fa0f114784a56
parent2b62886dabf94122b575bd8fa61f4797ed95f067
Fix 64-bit build on Windows and Visual Studio project files

64-bit version now builds on Windows again in both release and debug mode.

The Visual Studio project files have been updated so that all three configurations work (32-bit, 64-bit and 32-bit with ARM simulator). They all convert from Visual Studio 2005 to Visual Studio 2008.

TBR=lrn@chromium.org
Review URL: http://codereview.chromium.org/549174

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3722 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
22 files changed:
SConstruct
src/spaces.h
test/cctest/test-serialize.cc
tools/visual_studio/common.vsprops
tools/visual_studio/d8.vcproj
tools/visual_studio/d8_arm.vcproj
tools/visual_studio/d8_x64.vcproj
tools/visual_studio/ia32.vsprops
tools/visual_studio/v8_arm.vcproj
tools/visual_studio/v8_base_x64.vcproj
tools/visual_studio/v8_cctest.vcproj
tools/visual_studio/v8_cctest_arm.vcproj
tools/visual_studio/v8_cctest_x64.vcproj
tools/visual_studio/v8_mksnapshot.vcproj
tools/visual_studio/v8_mksnapshot_x64.vcproj
tools/visual_studio/v8_process_sample.vcproj
tools/visual_studio/v8_process_sample_arm.vcproj
tools/visual_studio/v8_process_sample_x64.vcproj
tools/visual_studio/v8_shell_sample.vcproj
tools/visual_studio/v8_shell_sample_arm.vcproj
tools/visual_studio/v8_shell_sample_x64.vcproj
tools/visual_studio/x64.vsprops