summaryrefslogtreecommitdiffstats
path: root/chrome/third_party/wtl
diff options
context:
space:
mode:
authoramit@chromium.org <amit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-14 15:45:52 +0000
committeramit@chromium.org <amit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-14 15:45:52 +0000
commit19d369fefb8c519df8572f0b1485b3790a3b15f7 (patch)
tree511f590d6513798d755c67ee1e98dc8ea3c3dc72 /chrome/third_party/wtl
parentc9dabc489d07178ebab82b0a5e06bbbd66bb9187 (diff)
downloadchromium_src-19d369fefb8c519df8572f0b1485b3790a3b15f7.zip
chromium_src-19d369fefb8c519df8572f0b1485b3790a3b15f7.tar.gz
chromium_src-19d369fefb8c519df8572f0b1485b3790a3b15f7.tar.bz2
These vsprops can now be included other projects
Make relative paths better so that other solutions can include these and build. Review URL: http://codereview.chromium.org/10934 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/third_party/wtl')
-rw-r--r--chrome/third_party/wtl/using_wtl.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/third_party/wtl/using_wtl.vsprops b/chrome/third_party/wtl/using_wtl.vsprops
index f5be275..a9df841 100644
--- a/chrome/third_party/wtl/using_wtl.vsprops
+++ b/chrome/third_party/wtl/using_wtl.vsprops
@@ -6,6 +6,6 @@
>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="&quot;$(SolutionDir)third_party\wtl\include&quot;"
+ AdditionalIncludeDirectories="&quot;$(SolutionDir)..\chrome\third_party\wtl\include&quot;"
/>
</VisualStudioPropertySheet>