Commit b278895d authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Update Visual Studio project files.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4225 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 04a5802d
...@@ -3,4 +3,4 @@ set SOURCE_DIR=%1 ...@@ -3,4 +3,4 @@ set SOURCE_DIR=%1
set TARGET_DIR=%2 set TARGET_DIR=%2
set PYTHON="..\..\..\third_party\python_24\python.exe" set PYTHON="..\..\..\third_party\python_24\python.exe"
if not exist %PYTHON% set PYTHON=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
...@@ -135,15 +135,15 @@ ...@@ -135,15 +135,15 @@
> >
</File> </File>
<File <File
RelativePath="..\..\src\date-delay.js" RelativePath="..\..\src\date.js"
> >
</File> </File>
<File <File
RelativePath="..\..\src\debug-delay.js" RelativePath="..\..\src\debug-debugger.js"
> >
</File> </File>
<File <File
RelativePath="..\..\src\liveedit-delay.js" RelativePath="..\..\src\liveedit-debugger.js"
> >
</File> </File>
<File <File
...@@ -159,15 +159,15 @@ ...@@ -159,15 +159,15 @@
> >
</File> </File>
<File <File
RelativePath="..\..\src\mirror-delay.js" RelativePath="..\..\src\mirror-debugger.js"
> >
</File> </File>
<File <File
RelativePath="..\..\src\regexp-delay.js" RelativePath="..\..\src\regexp.js"
> >
</File> </File>
<File <File
RelativePath="..\..\src\json-delay.js" RelativePath="..\..\src\json.js"
> >
</File> </File>
<File <File
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Processing js files..." Description="Processing js files..."
CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;" 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" Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
/> />
</FileConfiguration> </FileConfiguration>
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Processing js files..." Description="Processing js files..."
CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;" 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" Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
/> />
</FileConfiguration> </FileConfiguration>
......
...@@ -135,15 +135,15 @@ ...@@ -135,15 +135,15 @@
> >
</File> </File>
<File <File
RelativePath="..\..\src\date-delay.js" RelativePath="..\..\src\date.js"
> >
</File> </File>
<File <File
RelativePath="..\..\src\debug-delay.js" RelativePath="..\..\src\debug-debugger.js"
> >
</File> </File>
<File <File
RelativePath="..\..\src\liveedit-delay.js" RelativePath="..\..\src\liveedit-debugger.js"
> >
</File> </File>
<File <File
...@@ -159,15 +159,15 @@ ...@@ -159,15 +159,15 @@
> >
</File> </File>
<File <File
RelativePath="..\..\src\mirror-delay.js" RelativePath="..\..\src\mirror-debugger.js"
> >
</File> </File>
<File <File
RelativePath="..\..\src\regexp-delay.js" RelativePath="..\..\src\regexp.js"
> >
</File> </File>
<File <File
RelativePath="..\..\src\json-delay.js" RelativePath="..\..\src\json.js"
> >
</File> </File>
<File <File
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Processing js files..." Description="Processing js files..."
CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;" 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" Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
/> />
</FileConfiguration> </FileConfiguration>
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Processing js files..." Description="Processing js files..."
CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;" 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" Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
/> />
</FileConfiguration> </FileConfiguration>
......
...@@ -236,6 +236,10 @@ ...@@ -236,6 +236,10 @@
RelativePath="..\..\src\bytecodes-irregexp.h" RelativePath="..\..\src\bytecodes-irregexp.h"
> >
</File> </File>
<File
RelativePath="..\..\src\cached-powers.h"
>
</File>
<File <File
RelativePath="..\..\src\char-predicates-inl.h" RelativePath="..\..\src\char-predicates-inl.h"
> >
...@@ -404,6 +408,18 @@ ...@@ -404,6 +408,18 @@
RelativePath="..\..\src\disassembler.h" RelativePath="..\..\src\disassembler.h"
> >
</File> </File>
<File
RelativePath="..\..\src\diy-fp.cc"
>
</File>
<File
RelativePath="..\..\src\diy-fp.h"
>
</File>
<File
RelativePath="..\..\src\double.h"
>
</File>
<File <File
RelativePath="..\..\src\execution.cc" RelativePath="..\..\src\execution.cc"
> >
...@@ -432,6 +448,14 @@ ...@@ -432,6 +448,14 @@
RelativePath="..\..\src\fast-codegen.h" RelativePath="..\..\src\fast-codegen.h"
> >
</File> </File>
<File
RelativePath="..\..\src\fast-dtoa.cc"
>
</File>
<File
RelativePath="..\..\src\fast-dtoa.h"
>
</File>
<File <File
RelativePath="..\..\src\flags.cc" RelativePath="..\..\src\flags.cc"
> >
......
...@@ -135,15 +135,15 @@ ...@@ -135,15 +135,15 @@
> >
</File> </File>
<File <File
RelativePath="..\..\src\date-delay.js" RelativePath="..\..\src\date.js"
> >
</File> </File>
<File <File
RelativePath="..\..\src\debug-delay.js" RelativePath="..\..\src\debug-debugger.js"
> >
</File> </File>
<File <File
RelativePath="..\..\src\liveedit-delay.js" RelativePath="..\..\src\liveedit-debugger.js"
> >
</File> </File>
<File <File
...@@ -159,15 +159,15 @@ ...@@ -159,15 +159,15 @@
> >
</File> </File>
<File <File
RelativePath="..\..\src\mirror-delay.js" RelativePath="..\..\src\mirror-debugger.js"
> >
</File> </File>
<File <File
RelativePath="..\..\src\regexp-delay.js" RelativePath="..\..\src\regexp.js"
> >
</File> </File>
<File <File
RelativePath="..\..\src\json-delay.js" RelativePath="..\..\src\json.js"
> >
</File> </File>
<File <File
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Processing js files..." Description="Processing js files..."
CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;" 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" Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
/> />
</FileConfiguration> </FileConfiguration>
...@@ -203,7 +203,7 @@ ...@@ -203,7 +203,7 @@
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
Description="Processing js files..." Description="Processing js files..."
CommandLine=".\js2c.cmd ..\..\src &quot;$(IntDir)\DerivedSources&quot;" 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" Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
/> />
</FileConfiguration> </FileConfiguration>
......
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