diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-08 22:08:01 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-08 22:08:01 +0000 |
commit | 28eccae888b8be3b377333b29629a41b55294c9d (patch) | |
tree | bc218fdb4e25d0863335e21e86b2e4b05cbc3a15 /net | |
parent | 85aed525ca4109b6d3f9fe82d0b82c3a6d2cf722 (diff) | |
download | chromium_src-28eccae888b8be3b377333b29629a41b55294c9d.zip chromium_src-28eccae888b8be3b377333b29629a41b55294c9d.tar.gz chromium_src-28eccae888b8be3b377333b29629a41b55294c9d.tar.bz2 |
Fix release build by including vsprops in the release config.
TBR=rahulk
Review URL: http://codereview.chromium.org/17432
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7764 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/build/net.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj index 917f1d5..55a14fc 100644 --- a/net/build/net.vcproj +++ b/net/build/net.vcproj @@ -78,7 +78,7 @@ <Configuration Name="Release|Win32" ConfigurationType="4" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\sdch\using_sdch.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;$(SolutionDir)..\sdch\using_sdch.vsprops;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops" > <Tool Name="VCPreBuildEventTool" |