summaryrefslogtreecommitdiffstats
path: root/PCbuild9/pgupdate.vsprops
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-22 10:25:50 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-22 10:25:50 (GMT)
commitc139a9b61b906549615b2f2eb1b470dc732f991c (patch)
tree70579ed5c56f5936dbd120ad73bd8bfdfdeff815 /PCbuild9/pgupdate.vsprops
parent6bd238cba3aad0c671eee95ed983d71a32299548 (diff)
downloadcpython-c139a9b61b906549615b2f2eb1b470dc732f991c.zip
cpython-c139a9b61b906549615b2f2eb1b470dc732f991c.tar.gz
cpython-c139a9b61b906549615b2f2eb1b470dc732f991c.tar.bz2
Fixed PGO builds
The intermediate PG instrument build now lands in Platform-pgi and the final optimized build in Platform-pgo.
Diffstat (limited to 'PCbuild9/pgupdate.vsprops')
-rw-r--r--PCbuild9/pgupdate.vsprops2
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild9/pgupdate.vsprops b/PCbuild9/pgupdate.vsprops
index 826242d..30ab891 100644
--- a/PCbuild9/pgupdate.vsprops
+++ b/PCbuild9/pgupdate.vsprops
@@ -3,10 +3,12 @@
ProjectType="Visual C++"
Version="8.00"
Name="pgoptimize"
+ OutputDirectory="$(SolutionDir)$(PlatformName)-pgo\"
InheritedPropertySheets="$(SolutionDir)\pginstrument.vsprops"
>
<Tool
Name="VCLinkerTool"
+ AdditionalManifestDependencies=""
LinkTimeCodeGeneration="4"
/>
</VisualStudioPropertySheet>