summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-21 02:33:53 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-21 02:33:53 +0000
commitfbbdafd7118eebff4f58b5d22993611af6d59300 (patch)
tree22e006b39a17a8b0f4e25bdf4d55670c2ee54a9e
parentc64dedb84eea71738d932f573006fca6d6613d2b (diff)
downloadchromium_src-fbbdafd7118eebff4f58b5d22993611af6d59300.zip
chromium_src-fbbdafd7118eebff4f58b5d22993611af6d59300.tar.gz
chromium_src-fbbdafd7118eebff4f58b5d22993611af6d59300.tar.bz2
Fix release build by adding intermediate dir to release build include dirs too.
TBR=sky Review URL: http://codereview.chromium.org/115620 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16569 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/browser.vcproj1
-rw-r--r--chrome/browser/views/browser_views.vcproj1
-rw-r--r--chrome/test/unit/unittests.vcproj1
3 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj
index 877ce93..5b82fd8 100644
--- a/chrome/browser/browser.vcproj
+++ b/chrome/browser/browser.vcproj
@@ -98,6 +98,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="$(IntDir)\..\global_intermediate\app"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/chrome/browser/views/browser_views.vcproj b/chrome/browser/views/browser_views.vcproj
index c87a3b0..e76d85f 100644
--- a/chrome/browser/views/browser_views.vcproj
+++ b/chrome/browser/views/browser_views.vcproj
@@ -89,6 +89,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="$(IntDir)\..\global_intermediate\app"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj
index 82467f9..241df4c 100644
--- a/chrome/test/unit/unittests.vcproj
+++ b/chrome/test/unit/unittests.vcproj
@@ -109,6 +109,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="$(IntDir)\..\global_intermediate\app"
/>
<Tool
Name="VCManagedResourceCompilerTool"