| Index: tools/visual_studio/v8.vcproj
|
| diff --git a/tools/visual_studio/v8.vcproj b/tools/visual_studio/v8.vcproj
|
| index 212fd07c0d2bdcff799bce10b99dc7c420e4d044..c2f336e6abc3c19ee7550e6ea3a862940f4b4a1e 100644
|
| --- a/tools/visual_studio/v8.vcproj
|
| +++ b/tools/visual_studio/v8.vcproj
|
| @@ -163,6 +163,10 @@
|
| >
|
| </File>
|
| <File
|
| + RelativePath="..\..\src\json-delay.js"
|
| + >
|
| + </File>
|
| + <File
|
| RelativePath="..\..\src\runtime.js"
|
| >
|
| </File>
|
| @@ -184,7 +188,7 @@
|
| Name="VCCustomBuildTool"
|
| Description="Processing js files..."
|
| CommandLine=".\js2c.cmd ..\..\src "$(IntDir)\DerivedSources""
|
| - 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"
|
| + 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"
|
| Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
|
| />
|
| </FileConfiguration>
|
| @@ -195,7 +199,7 @@
|
| Name="VCCustomBuildTool"
|
| Description="Processing js files..."
|
| CommandLine=".\js2c.cmd ..\..\src "$(IntDir)\DerivedSources""
|
| - 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"
|
| + 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"
|
| Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
|
| />
|
| </FileConfiguration>
|
|
|