diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-30 13:00:09 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-30 13:00:09 +0000 |
commit | f9fb868acd8f9977254f33fc50565a9b7bdb3295 (patch) | |
tree | 0e304046fcd6d074add05bce70655c111f6eb466 /third_party/libxslt/build | |
parent | b8f2fe5d397256a8a5d35c9e9b8c84379c5e496e (diff) | |
download | chromium_src-f9fb868acd8f9977254f33fc50565a9b7bdb3295.zip chromium_src-f9fb868acd8f9977254f33fc50565a9b7bdb3295.tar.gz chromium_src-f9fb868acd8f9977254f33fc50565a9b7bdb3295.tar.bz2 |
Fix the property sheet (.vsprops) inheritance.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxslt/build')
-rw-r--r-- | third_party/libxslt/build/libxslt_config.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/libxslt/build/libxslt_config.vcproj b/third_party/libxslt/build/libxslt_config.vcproj index 8a8fa80..a208228 100644 --- a/third_party/libxslt/build/libxslt_config.vcproj +++ b/third_party/libxslt/build/libxslt_config.vcproj @@ -21,7 +21,7 @@ <Configuration Name="Debug|Win32" ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops" > <Tool Name="VCPreBuildEventTool" @@ -42,7 +42,7 @@ <Configuration Name="Release|Win32" ConfigurationType="10" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops" > <Tool Name="VCPreBuildEventTool" |