Staging
v0.5.1
https://github.com/python/cpython
Revision 8d6e26d6e4002fd9787e73c6cd843d0051872ea1 authored by Georg Brandl on 03 June 2009, 07:26:53 UTC, committed by Georg Brandl on 03 June 2009, 07:26:53 UTC
........
  r73163 | georg.brandl | 2009-06-03 09:25:35 +0200 (Mi, 03 Jun 2009) | 1 line

  Use the preferred form of raise statements in the docs.
........
1 parent a5ebc26
Raw File
Tip revision: 8d6e26d6e4002fd9787e73c6cd843d0051872ea1 authored by Georg Brandl on 03 June 2009, 07:26:53 UTC
Blocked revisions 73163 via svnmerge
Tip revision: 8d6e26d
pginstrument.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pginstrument"
	OutputDirectory="$(OutDirPGI)"
	IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-pgi\$(ProjectName)\"
	>
	<Tool
		Name="VCCLCompilerTool"
		Optimization="2"
		InlineFunctionExpansion="1"
		EnableIntrinsicFunctions="false"
		FavorSizeOrSpeed="2"
		OmitFramePointers="true"
		EnableFiberSafeOptimizations="false"
		WholeProgramOptimization="true"
		StringPooling="true"
		ExceptionHandling="0"
		BufferSecurityCheck="false"
	/>
	<Tool
		Name="VCLinkerTool"
		OptimizeReferences="2"
		EnableCOMDATFolding="2"
		LinkTimeCodeGeneration="2"
		ProfileGuidedDatabase="$(SolutionDir)$(PlatformName)-pgi\$(TargetName).pgd"
		ImportLibrary="$(OutDirPGI)\$(TargetName).lib"
	/>
	<UserMacro
		Name="OutDirPGI"
		Value="$(SolutionDir)$(PlatformName)-pgi\"
	/>
</VisualStudioPropertySheet>
back to top