Staging
v0.8.1
https://github.com/python/cpython
Revision e5b9bff214584fa088cdf616f96d44eec69dd743 authored by Martin v. Löwis on 31 October 2011, 11:38:50 UTC, committed by Martin v. Löwis on 31 October 2011, 11:38:50 UTC
1 parent 228516c
Raw File
Tip revision: e5b9bff214584fa088cdf616f96d44eec69dd743 authored by Martin v. Löwis on 31 October 2011, 11:38:50 UTC
2.5 is no longer maintained
Tip revision: e5b9bff
PGInstrument.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="PGInstrument"
	OutputDirectory="$(SolutionDir)$(PlatformName)PGO"
	IntermediateDirectory="$(PlatformName)PGO"
	>
	<Tool
		Name="VCLinkerTool"
		LinkTimeCodeGeneration="2"
	/>
</VisualStudioPropertySheet>
back to top