Update Visual Studio project files.
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 23 Mar 2010 13:09:33 +0000 (13:09 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 23 Mar 2010 13:09:33 +0000 (13:09 +0000)
Review URL: http://codereview.chromium.org/1111011

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4225 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

tools/visual_studio/js2c.cmd
tools/visual_studio/v8.vcproj
tools/visual_studio/v8_arm.vcproj
tools/visual_studio/v8_base.vcproj
tools/visual_studio/v8_x64.vcproj

index 54b1bfb55235654599ef6650d82bffb1273c7c91..82722ffdb9a6dc2300e979028d680fd9cd4d1dbb 100644 (file)
@@ -3,4 +3,4 @@ set SOURCE_DIR=%1
 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
index 3122c6d59862652735c915391e198a52f280cf8d..30b488f44fe9007e3998c38b044734f20c49a731 100644 (file)
                                >
                        </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
                                >
                        </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
                                                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>
                                                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>
index cb7519bdc7f6a2ea70192b7f1a1387ca3d4a7d8e..cdba58e3c32519649593d98df88b22104a599bd5 100644 (file)
                                >\r
                        </File>\r
                        <File\r
-                               RelativePath="..\..\src\date-delay.js"\r
+                               RelativePath="..\..\src\date.js"\r
                                >\r
                        </File>\r
                        <File\r
-                               RelativePath="..\..\src\debug-delay.js"\r
+                               RelativePath="..\..\src\debug-debugger.js"\r
                                >\r
                        </File>\r
                        <File\r
-                               RelativePath="..\..\src\liveedit-delay.js"\r
+                               RelativePath="..\..\src\liveedit-debugger.js"\r
                                >\r
                        </File>\r
                        <File\r
                                >\r
                        </File>\r
                        <File\r
-                               RelativePath="..\..\src\mirror-delay.js"\r
+                               RelativePath="..\..\src\mirror-debugger.js"\r
                                >\r
                        </File>\r
                        <File\r
-                               RelativePath="..\..\src\regexp-delay.js"\r
+                               RelativePath="..\..\src\regexp.js"\r
                                >\r
                        </File>\r
                        <File\r
-                               RelativePath="..\..\src\json-delay.js"\r
+                               RelativePath="..\..\src\json.js"\r
                                >\r
                        </File>\r
                        <File\r
                                                Name="VCCustomBuildTool"\r
                                                Description="Processing js files..."\r
                                                CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;"\r
-                                               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"\r
+                                               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"\r
                                                Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"\r
                                        />\r
                                </FileConfiguration>\r
                                                Name="VCCustomBuildTool"\r
                                                Description="Processing js files..."\r
                                                CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;"\r
-                                               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"\r
+                                               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"\r
                                                Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"\r
                                        />\r
                                </FileConfiguration>\r
index 1d6d60532597a501cd400391a75afa4a8289b26b..193e2a09687e4c7bef64d332f32f5882896b4f21 100644 (file)
                                RelativePath="..\..\src\bytecodes-irregexp.h"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\src\cached-powers.h"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\src\char-predicates-inl.h"
                                >
                                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"
                                >
                                 RelativePath="..\..\src\fast-codegen.h"
                                 >
                         </File>
+                       <File
+                               RelativePath="..\..\src\fast-dtoa.cc"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\fast-dtoa.h"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\src\flags.cc"
                                >
index a476d7dca7dd94aa7b7cabbd773e0976de97f0c7..5ffd291480f01c4cfb264913383be18605c8fe1d 100644 (file)
                                >
                        </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
                                >
                        </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
                                                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>
                                                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>