Revision: 5964
Author: [email protected]
Date: Fri Dec 10 04:33:59 2010
Log: Add missing include directory for shell sample.
BUG=http://code.google.com/p/v8/issues/detail?id=967
[email protected]
Review URL: http://codereview.chromium.org/5680004
http://code.google.com/p/v8/source/detail?r=5964
Modified:
/branches/bleeding_edge/tools/visual_studio/v8_shell_sample.vcproj
/branches/bleeding_edge/tools/visual_studio/v8_shell_sample_arm.vcproj
/branches/bleeding_edge/tools/visual_studio/v8_shell_sample_x64.vcproj
=======================================
--- /branches/bleeding_edge/tools/visual_studio/v8_shell_sample.vcproj Tue
Dec 7 03:01:02 2010
+++ /branches/bleeding_edge/tools/visual_studio/v8_shell_sample.vcproj Fri
Dec 10 04:33:59 2010
@@ -37,6 +37,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="$(ProjectDir)\..\..\include"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -95,6 +96,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="$(ProjectDir)\..\..\include"
/>
<Tool
Name="VCManagedResourceCompilerTool"
=======================================
--- /branches/bleeding_edge/tools/visual_studio/v8_shell_sample_arm.vcproj
Tue Dec 7 03:01:02 2010
+++ /branches/bleeding_edge/tools/visual_studio/v8_shell_sample_arm.vcproj
Fri Dec 10 04:33:59 2010
@@ -37,6 +37,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="$(ProjectDir)\..\..\include"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -95,6 +96,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="$(ProjectDir)\..\..\include"
/>
<Tool
Name="VCManagedResourceCompilerTool"
=======================================
--- /branches/bleeding_edge/tools/visual_studio/v8_shell_sample_x64.vcproj
Tue Dec 7 03:01:02 2010
+++ /branches/bleeding_edge/tools/visual_studio/v8_shell_sample_x64.vcproj
Fri Dec 10 04:33:59 2010
@@ -37,7 +37,8 @@
/>
<Tool
Name="VCCLCompilerTool"
- />
+ AdditionalIncludeDirectories="$(ProjectDir)\..\..\include"
+ />
<Tool
Name="VCManagedResourceCompilerTool"
/>
@@ -95,6 +96,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="$(ProjectDir)\..\..\include"
/>
<Tool
Name="VCManagedResourceCompilerTool"
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev