Revision: 4225
Author: sgje...@chromium.org
Date: Tue Mar 23 06:09:33 2010
Log: Update Visual Studio project files.
Review URL: http://codereview.chromium.org/1111011
http://code.google.com/p/v8/source/detail?r=4225

Modified:
 /branches/bleeding_edge/tools/visual_studio/js2c.cmd
 /branches/bleeding_edge/tools/visual_studio/v8.vcproj
 /branches/bleeding_edge/tools/visual_studio/v8_arm.vcproj
 /branches/bleeding_edge/tools/visual_studio/v8_base.vcproj
 /branches/bleeding_edge/tools/visual_studio/v8_x64.vcproj

=======================================
--- /branches/bleeding_edge/tools/visual_studio/js2c.cmd Fri Mar 5 14:08:58 2010 +++ /branches/bleeding_edge/tools/visual_studio/js2c.cmd Tue Mar 23 06:09:33 2010
@@ -3,4 +3,4 @@
 set TARGET_DIR=%2
 set PYTHON="..\..\..\third_party\python_24\python.exe"
 if not exist %PYTHON% set PYTHON=python.exe
-%PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc CORE %SOURCE_DIR%\macros.py %SOURCE_DIR%\runtime.js %SOURCE_DIR%\v8natives.js %SOURCE_DIR%\array.js %SOURCE_DIR%\string.js %SOURCE_DIR%\uri.js %SOURCE_DIR%\math.js %SOURCE_DIR%\messages.js %SOURCE_DIR%\apinatives.js %SOURCE_DIR%\debug-delay.js %SOURCE_DIR%\liveedit-delay.js %SOURCE_DIR%\mirror-delay.js %SOURCE_DIR%\date-delay.js %SOURCE_DIR%\regexp-delay.js %SOURCE_DIR%\json-delay.js +%PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc CORE %SOURCE_DIR%\macros.py %SOURCE_DIR%\runtime.js %SOURCE_DIR%\v8natives.js %SOURCE_DIR%\array.js %SOURCE_DIR%\string.js %SOURCE_DIR%\uri.js %SOURCE_DIR%\math.js %SOURCE_DIR%\messages.js %SOURCE_DIR%\apinatives.js %SOURCE_DIR%\debug-debugger.js %SOURCE_DIR%\liveedit-debugger.js %SOURCE_DIR%\mirror-debugger.js %SOURCE_DIR%\date.js %SOURCE_DIR%\regexp.js %SOURCE_DIR%\json.js
=======================================
--- /branches/bleeding_edge/tools/visual_studio/v8.vcproj Fri Mar 5 14:08:58 2010 +++ /branches/bleeding_edge/tools/visual_studio/v8.vcproj Tue Mar 23 06:09:33 2010
@@ -135,15 +135,15 @@
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\date-delay.js"
+                               RelativePath="..\..\src\date.js"
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\debug-delay.js"
+                               RelativePath="..\..\src\debug-debugger.js"
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\liveedit-delay.js"
+                               RelativePath="..\..\src\liveedit-debugger.js"
                                >
                        </File>
                        <File
@@ -159,15 +159,15 @@
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\mirror-delay.js"
+                               RelativePath="..\..\src\mirror-debugger.js"
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\regexp-delay.js"
+                               RelativePath="..\..\src\regexp.js"
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\json-delay.js"
+                               RelativePath="..\..\src\json.js"
                                >
                        </File>
                        <File
@@ -192,7 +192,7 @@
                                                Name="VCCustomBuildTool"
                                                Description="Processing js 
files..."
CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;" - AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\date-delay.js;..\..\src\regexp-delay.js;..\..\src\json-delay.js" + AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-debugger.js;..\..\src\mirror-debugger.js;..\..\src\liveedit-debugger.js;..\..\src\date.js;..\..\src\regexp.js;..\..\src\json.js" Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
                                        />
                                </FileConfiguration>
@@ -203,7 +203,7 @@
                                                Name="VCCustomBuildTool"
                                                Description="Processing js 
files..."
CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;" - AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\date-delay.js;..\..\src\regexp-delay.js;..\..\src\json-delay.js" + AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-debugger.js;..\..\src\mirror-debugger.js;..\..\src\liveedit-debugger.js;..\..\src\date.js;..\..\src\regexp.js;..\..\src\json.js" Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
                                        />
                                </FileConfiguration>
=======================================
--- /branches/bleeding_edge/tools/visual_studio/v8_arm.vcproj Fri Mar 5 14:08:58 2010 +++ /branches/bleeding_edge/tools/visual_studio/v8_arm.vcproj Tue Mar 23 06:09:33 2010
@@ -135,15 +135,15 @@
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\date-delay.js"
+                               RelativePath="..\..\src\date.js"
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\debug-delay.js"
+                               RelativePath="..\..\src\debug-debugger.js"
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\liveedit-delay.js"
+                               RelativePath="..\..\src\liveedit-debugger.js"
                                >
                        </File>
                        <File
@@ -159,15 +159,15 @@
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\mirror-delay.js"
+                               RelativePath="..\..\src\mirror-debugger.js"
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\regexp-delay.js"
+                               RelativePath="..\..\src\regexp.js"
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\json-delay.js"
+                               RelativePath="..\..\src\json.js"
                                >
                        </File>
                        <File
@@ -192,7 +192,7 @@
                                                Name="VCCustomBuildTool"
                                                Description="Processing js 
files..."
CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;" - AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\date-delay.js;..\..\src\regexp-delay.js;..\..\src\json-delay.js" + AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-debugger.js;..\..\src\mirror-debugger.js;..\..\src\liveedit-debugger.js;..\..\src\date.js;..\..\src\regexp.js;..\..\src\json.js" Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
                                        />
                                </FileConfiguration>
@@ -203,7 +203,7 @@
                                                Name="VCCustomBuildTool"
                                                Description="Processing js 
files..."
CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;" - AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\date-delay.js;..\..\src\regexp-delay.js;..\..\src\json-delay.js" + AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-debugger.js;..\..\src\mirror-debugger.js;..\..\src\liveedit-debugger.js;..\..\src\date.js;..\..\src\regexp.js;..\..\src\json.js" Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
                                        />
                                </FileConfiguration>
=======================================
--- /branches/bleeding_edge/tools/visual_studio/v8_base.vcproj Fri Mar 19 02:46:53 2010 +++ /branches/bleeding_edge/tools/visual_studio/v8_base.vcproj Tue Mar 23 06:09:33 2010
@@ -235,6 +235,10 @@
                        <File
                                RelativePath="..\..\src\bytecodes-irregexp.h"
                                >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\cached-powers.h"
+                               >
                        </File>
                        <File
                                RelativePath="..\..\src\char-predicates-inl.h"
@@ -403,6 +407,18 @@
                        <File
                                RelativePath="..\..\src\disassembler.h"
                                >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\diy-fp.cc"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\diy-fp.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\double.h"
+                               >
                        </File>
                        <File
                                RelativePath="..\..\src\execution.cc"
@@ -433,6 +449,14 @@
                                 >
                         </File>
                        <File
+                               RelativePath="..\..\src\fast-dtoa.cc"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\fast-dtoa.h"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\src\flags.cc"
                                >
                        </File>
=======================================
--- /branches/bleeding_edge/tools/visual_studio/v8_x64.vcproj Fri Mar 5 14:08:58 2010 +++ /branches/bleeding_edge/tools/visual_studio/v8_x64.vcproj Tue Mar 23 06:09:33 2010
@@ -135,15 +135,15 @@
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\date-delay.js"
+                               RelativePath="..\..\src\date.js"
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\debug-delay.js"
+                               RelativePath="..\..\src\debug-debugger.js"
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\liveedit-delay.js"
+                               RelativePath="..\..\src\liveedit-debugger.js"
                                >
                        </File>
                        <File
@@ -159,15 +159,15 @@
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\mirror-delay.js"
+                               RelativePath="..\..\src\mirror-debugger.js"
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\regexp-delay.js"
+                               RelativePath="..\..\src\regexp.js"
                                >
                        </File>
                        <File
-                               RelativePath="..\..\src\json-delay.js"
+                               RelativePath="..\..\src\json.js"
                                >
                        </File>
                        <File
@@ -192,7 +192,7 @@
                                                Name="VCCustomBuildTool"
                                                Description="Processing js 
files..."
CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;" - AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\date-delay.js;..\..\src\regexp-delay.js;..\..\src\json-delay.js" + AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-debugger.js;..\..\src\mirror-debugger.js;..\..\src\liveedit-debugger.js;..\..\src\date.js;..\..\src\regexp.js;..\..\src\json.js" Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
                                        />
                                </FileConfiguration>
@@ -203,7 +203,7 @@
                                                Name="VCCustomBuildTool"
                                                Description="Processing js 
files..."
CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;" - AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\date-delay.js;..\..\src\regexp-delay.js;..\..\src\json-delay.js" + AdditionalDependencies="..\..\src\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\..\src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\src\apinatives.js;..\..\src\debug-debugger.js;..\..\src\mirror-debugger.js;..\..\src\liveedit-debugger.js;..\..\src\date.js;..\..\src\regexp.js;..\..\src\json.js" Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
                                        />
                                </FileConfiguration>

--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev

To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply 
to this email with the words "REMOVE ME" as the subject.

Reply via email to