Staging
v0.5.1
https://github.com/python/cpython
Revision 9f4e7fee6234c7aece800cb16584267f87cfabcc authored by Hirokazu Yamamoto on 14 August 2008, 11:26:34 UTC, committed by Hirokazu Yamamoto on 14 August 2008, 11:26:34 UTC
1 parent 9329846
Raw File
Tip revision: 9f4e7fee6234c7aece800cb16584267f87cfabcc authored by Hirokazu Yamamoto on 14 August 2008, 11:26:34 UTC
Added _multiprocessing module support. (VC6)
Tip revision: 9f4e7fe
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