diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-08-01 04:48:45 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-08-01 04:48:45 (GMT) |
commit | cb09dcacab59fd1b19346e73ee85318b18c16519 (patch) | |
tree | e1561ec5de57bbced224f3ba9427c750a740b635 /PCbuild/pginstrument.props | |
parent | 0b87831de940a5682300d3857d47c5713be4c8a6 (diff) | |
download | cpython-cb09dcacab59fd1b19346e73ee85318b18c16519.zip cpython-cb09dcacab59fd1b19346e73ee85318b18c16519.tar.gz cpython-cb09dcacab59fd1b19346e73ee85318b18c16519.tar.bz2 |
Issue #21907: Further improvments to build_pgo.bat. Patch by Ingolf Becker.
Diffstat (limited to 'PCbuild/pginstrument.props')
-rw-r--r-- | PCbuild/pginstrument.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pginstrument.props b/PCbuild/pginstrument.props index 5584995..22fac2e 100644 --- a/PCbuild/pginstrument.props +++ b/PCbuild/pginstrument.props @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup Label="UserMacros"> - <OutDirPGI>$(SolutionDir)$(Platform)-pgi\</OutDirPGI> + <OutDirPGI>$(SolutionDir)$(Platform)-pgi</OutDirPGI> </PropertyGroup> <PropertyGroup> <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |