Staging
v0.5.1
https://github.com/python/cpython
Revision d08417182f7045b53c467934dbd36a51f39e7d5b authored by Ronald Oussoren on 29 September 2009, 13:01:59 UTC, committed by Ronald Oussoren on 29 September 2009, 13:01:59 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75131 | ronald.oussoren | 2009-09-29 15:00:44 +0200 (Tue, 29 Sep 2009) | 8 lines

  * Update the Mac/README file. Add the list of OSX-specific configure options
    to that README file with some explanation.

  * Be more strict in the configure script: complain loudly when the user has
    specified invalid combinations of OSX-specific configure arguments.

    The error message refers to the Mac/README file for more information.
........
1 parent 6d50b37
Raw File
Tip revision: d08417182f7045b53c467934dbd36a51f39e7d5b authored by Ronald Oussoren on 29 September 2009, 13:01:59 UTC
Merged revisions 75131 via svnmerge from
Tip revision: d084171
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