diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-03 02:44:59 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-03 02:44:59 +0000 |
commit | 59eeac97e03c9039bbb04cb86ca97b52c42d1d5e (patch) | |
tree | 9bcb02c189589af2923b4e025fd33f70ece9adf2 /build | |
parent | efa66f44c176dc72d739fbd46d9feb71a7989c7f (diff) | |
download | chromium_src-59eeac97e03c9039bbb04cb86ca97b52c42d1d5e.zip chromium_src-59eeac97e03c9039bbb04cb86ca97b52c42d1d5e.tar.gz chromium_src-59eeac97e03c9039bbb04cb86ca97b52c42d1d5e.tar.bz2 |
Remove the xcopy step from the PGO optimize vsprops
The DLL has different name on VS2008. This is best done outside the build phase.
BUG=none
TEST=pgo instrument build completes with zero errors in VS2008
Review URL: http://codereview.chromium.org/242127
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27928 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/internal/release_impl_pgo_instrument.vsprops | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/internal/release_impl_pgo_instrument.vsprops b/build/internal/release_impl_pgo_instrument.vsprops index 613ac2d..8c09863 100644 --- a/build/internal/release_impl_pgo_instrument.vsprops +++ b/build/internal/release_impl_pgo_instrument.vsprops @@ -25,8 +25,4 @@ Name="VCLinkerTool" LinkTimeCodeGeneration="2" /> - <Tool - Name="VCPreBuildEventTool" - CommandLine="xcopy /D /Y "$(DevEnvDir)..\..\VC\bin\pgort80.dll" "$(OutDir)"" - /> </VisualStudioPropertySheet> |