Staging
v0.5.1
https://github.com/python/cpython
Revision 8ed66ed7123d7dba0b99bf8e9f1efa1780625c0e authored by Ronald Oussoren on 07 February 2010, 20:04:45 UTC, committed by Ronald Oussoren on 07 February 2010, 20:04:45 UTC
module to libedit on OSX 10.5 or later. (Issue 6877)
1 parent e9608ad
Raw File
Tip revision: 8ed66ed7123d7dba0b99bf8e9f1efa1780625c0e authored by Ronald Oussoren on 07 February 2010, 20:04:45 UTC
Backport the patch that enables linking the readline
Tip revision: 8ed66ed
pyd.vsprops

<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pyd"
	InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
		RuntimeLibrary="2"
	/>
	<Tool
		Name="VCLinkerTool"
		OutputFile="$(OutDir)\$(ProjectName).pyd"
		ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
		ImportLibrary="$(OutDir)\$(TargetName).lib"
		GenerateManifest="false"
	/>
	<Tool
		Name="VCManifestTool"
		EmbedManifest="false"
	/>
	<Tool
		Name="VCPostBuildEventTool"
		CommandLine=""
	/>
</VisualStudioPropertySheet>
back to top