Reviewers: Kevin Millikin, Description: Updage Visual Studio project files
Add the new files for the fast compiler. [email protected] Please review this at http://codereview.chromium.org/557034 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M tools/visual_studio/v8_base.vcproj M tools/visual_studio/v8_base_arm.vcproj M tools/visual_studio/v8_base_x64.vcproj Index: tools/visual_studio/v8_base_arm.vcproj =================================================================== --- tools/visual_studio/v8_base_arm.vcproj (revision 3727) +++ tools/visual_studio/v8_base_arm.vcproj (working copy) @@ -396,6 +396,14 @@ RelativePath="..\..\src\factory.h" > </File> + <File + RelativePath="..\..\src\fast-codegen.cc" + > + </File> + <File + RelativePath="..\..\src\fast-codegen.h" + > + </File> <File RelativePath="..\..\src\flags.cc" > Index: tools/visual_studio/v8_base.vcproj =================================================================== --- tools/visual_studio/v8_base.vcproj (revision 3727) +++ tools/visual_studio/v8_base.vcproj (working copy) @@ -388,6 +388,14 @@ RelativePath="..\..\src\factory.h" > </File> + <File + RelativePath="..\..\src\fast-codegen.cc" + > + </File> + <File + RelativePath="..\..\src\fast-codegen.h" + > + </File> <File RelativePath="..\..\src\flags.cc" > Index: tools/visual_studio/v8_base_x64.vcproj =================================================================== --- tools/visual_studio/v8_base_x64.vcproj (revision 3727) +++ tools/visual_studio/v8_base_x64.vcproj (working copy) @@ -388,6 +388,14 @@ RelativePath="..\..\src\factory.h" > </File> + <File + RelativePath="..\..\src\fast-codegen.cc" + > + </File> + <File + RelativePath="..\..\src\fast-codegen.h" + > + </File> <File RelativePath="..\..\src\flags.cc" > -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
