diff options
author | robertshield@google.com <robertshield@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-24 18:44:01 +0000 |
---|---|---|
committer | robertshield@google.com <robertshield@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-24 18:44:01 +0000 |
commit | f0673fd1ce6de53b22b7c353a3fece93e9b8fbf8 (patch) | |
tree | 0ae8cade0d48e99d3cb04e2656c6846bbd1b1017 /chrome/installer | |
parent | 1f06ba037858fdbef94c37cdacccb56aa1e72b32 (diff) | |
download | chromium_src-f0673fd1ce6de53b22b7c353a3fece93e9b8fbf8.zip chromium_src-f0673fd1ce6de53b22b7c353a3fece93e9b8fbf8.tar.gz chromium_src-f0673fd1ce6de53b22b7c353a3fece93e9b8fbf8.tar.bz2 |
Make the vsprops inheritance paths less relative.
Review URL: http://codereview.chromium.org/42563
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12380 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer')
-rw-r--r-- | chrome/installer/util/util.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/util/util.vcproj b/chrome/installer/util/util.vcproj index 33e6666..176be4e 100644 --- a/chrome/installer/util/util.vcproj +++ b/chrome/installer/util/util.vcproj @@ -17,7 +17,7 @@ <Configuration Name="Debug|Win32" ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)common\common.vsprops;$(SolutionDir)installer\util\using_util.vsprops;$(SolutionDir)..\third_party\lzma_sdk\using_lzma_sdk.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\chrome\common\common.vsprops;$(SolutionDir)..\chrome\installer\util\using_util.vsprops;$(SolutionDir)..\third_party\lzma_sdk\using_lzma_sdk.vsprops" > <Tool Name="VCPreBuildEventTool" @@ -68,7 +68,7 @@ <Configuration Name="Release|Win32" ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)common\common.vsprops;$(SolutionDir)installer\util\using_util.vsprops;$(SolutionDir)..\third_party\lzma_sdk\using_lzma_sdk.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\chrome\common\common.vsprops;$(SolutionDir)..\chrome\installer\util\using_util.vsprops;$(SolutionDir)..\third_party\lzma_sdk\using_lzma_sdk.vsprops" > <Tool Name="VCPreBuildEventTool" |