Staging
v0.5.1
https://github.com/python/cpython
Revision d2e0c7955f972c8477260e8d9799dd45acd4607b authored by Benjamin Peterson on 01 May 2009, 20:40:59 UTC, committed by Benjamin Peterson on 01 May 2009, 20:40:59 UTC
1 parent 155374d
Raw File
Tip revision: d2e0c7955f972c8477260e8d9799dd45acd4607b authored by Benjamin Peterson on 01 May 2009, 20:40:59 UTC
implement a detach() method for BufferedIOBase and TextIOBase #5883
Tip revision: d2e0c79
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