Create build structure for X64.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 29 Apr 2009 13:11:48 +0000 (13:11 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 29 Apr 2009 13:11:48 +0000 (13:11 +0000)
commitea563365180a5a3fd3eea141bcfb6be6d6d4fbcf
tree47410f25126c8b0cbf3c83f9f89cecbbc91a9df9
parent2beedf118187d68f5be5109f4d9a705a137472ae
Create build structure for X64.
Possible to attempt to build for X64.
Build will be unsuccessful, since all x64 source files are
missing and pointers are reinterpreted as integers everywhere.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1817 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
24 files changed:
SConstruct
src/SConscript [changed mode: 0644->0755]
src/codegen.h
src/execution.cc
src/frames-inl.h
src/globals.h
src/jsregexp.cc
src/jsregexp.h
src/macro-assembler.h
src/platform-freebsd.cc
src/platform-linux.cc
src/virtual-frame.h
tools/v8.xcodeproj/project.pbxproj
tools/visual_studio/arm.vsprops
tools/visual_studio/d8.vcproj
tools/visual_studio/ia32.vsprops [new file with mode: 0644]
tools/visual_studio/v8.vcproj
tools/visual_studio/v8_base.vcproj
tools/visual_studio/v8_cctest.vcproj
tools/visual_studio/v8_mksnapshot.vcproj
tools/visual_studio/v8_process_sample.vcproj
tools/visual_studio/v8_shell_sample.vcproj
tools/visual_studio/v8_snapshot.vcproj
tools/visual_studio/v8_snapshot_cc.vcproj