Staging
v0.5.1
https://github.com/python/cpython
Revision 8530e8590f4d31b5af66e43bd271b0ea1658ff3e authored by Amaury Forgeot d'Arc on 09 September 2008, 07:28:22 UTC, committed by Amaury Forgeot d'Arc on 09 September 2008, 07:28:22 UTC
1 parent 14b7851
Raw File
Tip revision: 8530e8590f4d31b5af66e43bd271b0ea1658ff3e authored by Amaury Forgeot d'Arc on 09 September 2008, 07:28:22 UTC
Revert r33661, which broke all buildbots.
Tip revision: 8530e85
pgupdate.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pgupdate"
	OutputDirectory="$(SolutionDir)$(PlatformName)-pgo\"
	InheritedPropertySheets="$(SolutionDir)\pginstrument.vsprops"
	>
	<Tool
		Name="VCLinkerTool"
		AdditionalManifestDependencies=""
		LinkTimeCodeGeneration="4"
	/>
</VisualStudioPropertySheet>
back to top