Commit 9a63d930 authored by kasperl@chromium.org's avatar kasperl@chromium.org

Add codegen-arm.h and codegen-ia32.h to VS project file.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@483 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent f6f72f83
...@@ -368,10 +368,18 @@ ...@@ -368,10 +368,18 @@
RelativePath="..\..\src\code.h" RelativePath="..\..\src\code.h"
> >
</File> </File>
<File
RelativePath="..\..\src\codegen-arm.h"
>
</File>
<File <File
RelativePath="..\..\src\codegen-ia32.cc" RelativePath="..\..\src\codegen-ia32.cc"
> >
</File> </File>
<File
RelativePath="..\..\src\codegen-ia32.h"
>
</File>
<File <File
RelativePath="..\..\src\codegen-inl.h" RelativePath="..\..\src\codegen-inl.h"
> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment