diff options
author | amit@chromium.org <amit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-14 15:45:52 +0000 |
---|---|---|
committer | amit@chromium.org <amit@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-14 15:45:52 +0000 |
commit | 19d369fefb8c519df8572f0b1485b3790a3b15f7 (patch) | |
tree | 511f590d6513798d755c67ee1e98dc8ea3c3dc72 /chrome | |
parent | c9dabc489d07178ebab82b0a5e06bbbd66bb9187 (diff) | |
download | chromium_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')
-rw-r--r-- | chrome/common/common.vsprops | 2 | ||||
-rw-r--r-- | chrome/third_party/wtl/using_wtl.vsprops | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/common.vsprops b/chrome/common/common.vsprops index da53642..7225cbc 100644 --- a/chrome/common/common.vsprops +++ b/chrome/common/common.vsprops @@ -3,6 +3,6 @@ ProjectType="Visual C++" Version="8.00" Name="common (chrome)" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\libjpeg\using_libjpeg.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;..\tools\build\win\using_generated_strings.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\npapi\using_npapi.vsprops;$(SolutionDir)third_party\wtl\using_wtl.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\libjpeg\using_libjpeg.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;..\tools\build\win\using_generated_strings.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\npapi\using_npapi.vsprops;$(SolutionDir)..\chrome\third_party\wtl\using_wtl.vsprops" > </VisualStudioPropertySheet> 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=""$(SolutionDir)third_party\wtl\include"" + AdditionalIncludeDirectories=""$(SolutionDir)..\chrome\third_party\wtl\include"" /> </VisualStudioPropertySheet> |