Author: [email protected]
Date: Wed Feb 25 02:45:31 2009
New Revision: 1357

Modified:
    branches/experimental/toiger/tools/visual_studio/v8_base.vcproj
    branches/experimental/toiger/tools/visual_studio/v8_base_arm.vcproj

Log:
Fix visual studio project for compiler branch.

Modified: branches/experimental/toiger/tools/visual_studio/v8_base.vcproj
==============================================================================
--- branches/experimental/toiger/tools/visual_studio/v8_base.vcproj      
(original)
+++ branches/experimental/toiger/tools/visual_studio/v8_base.vcproj     Wed Feb 
 
25 02:45:31 2009
@@ -589,6 +589,18 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\src\jump-target.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\jump-target.cc"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\jump-target-ia32.cc"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\src\jsregexp-inl.h"
                                >
                        </File>
@@ -753,6 +765,18 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\src\register-allocator.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\register-allocator.cc"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\src\register-allocator-ia32.cc"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\src\rewriter.cc"
                                >
                        </File>
@@ -914,6 +938,22 @@
                        </File>
                        <File
                                RelativePath="..\..\src\variables.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\virtual-frame.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\virtual-frame-ia32.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\virtual-frame.cc"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\virtual-frame-ia32.cc"
                                >
                        </File>
                        <File

Modified:  
branches/experimental/toiger/tools/visual_studio/v8_base_arm.vcproj
==============================================================================
--- branches/experimental/toiger/tools/visual_studio/v8_base_arm.vcproj  
(original)
+++ branches/experimental/toiger/tools/visual_studio/v8_base_arm.vcproj Wed  
Feb 25 02:45:31 2009
@@ -593,6 +593,18 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\src\jump-target.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\jump-target.cc"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\jump-target-arm.cc"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\src\jsregexp-inl.h"
                                >
                        </File>
@@ -757,6 +769,18 @@
                                >
                        </File>
                        <File
+                               RelativePath="..\..\src\register-allocator.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\register-allocator.cc"
+                               >
+                       </File>
+                       <File
+                               
RelativePath="..\..\src\register-allocator-arm.cc"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\src\rewriter.cc"
                                >
                        </File>
@@ -926,6 +950,22 @@
                        </File>
                        <File
                                RelativePath="..\..\src\variables.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\virtual-frame.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\virtual-frame-arm.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\virtual-frame.cc"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\virtual-frame-arm.cc"
                                >
                        </File>
                        <File

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to