Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(748)

Unified Diff: tools/visual_studio/v8_shell_sample_arm.vcproj

Issue 5680004: Add missing include directory for shell sample.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/visual_studio/v8_shell_sample.vcproj ('k') | tools/visual_studio/v8_shell_sample_x64.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/visual_studio/v8_shell_sample_arm.vcproj
===================================================================
--- tools/visual_studio/v8_shell_sample_arm.vcproj (revision 5962)
+++ tools/visual_studio/v8_shell_sample_arm.vcproj (working copy)
@@ -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"
« no previous file with comments | « tools/visual_studio/v8_shell_sample.vcproj ('k') | tools/visual_studio/v8_shell_sample_x64.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698