Staging
v0.8.1
https://github.com/python/cpython
Revision 3889bfe285ba7a31a8a81875a70cf3a4de76461c authored by Eric Smith on 10 February 2008, 01:44:44 UTC, committed by Eric Smith on 10 February 2008, 01:44:44 UTC
1 parent a822314
Raw File
Tip revision: 3889bfe285ba7a31a8a81875a70cf3a4de76461c authored by Eric Smith on 10 February 2008, 01:44:44 UTC
r60707 does not need porting to py3k from trunk.
Tip revision: 3889bfe
pyd.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<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"
	/>
	<Tool
		Name="VCPostBuildEventTool"
		CommandLine=""
	/>
</VisualStudioPropertySheet>
back to top