Staging
v0.5.1
https://github.com/python/cpython
Revision 42fe1a2ff864c3f3491e6dab38b24e27db304633 authored by Benjamin Peterson on 17 November 2008, 23:35:24 UTC, committed by Benjamin Peterson on 17 November 2008, 23:35:24 UTC
1 parent a8629ce
Raw File
Tip revision: 42fe1a2ff864c3f3491e6dab38b24e27db304633 authored by Benjamin Peterson on 17 November 2008, 23:35:24 UTC
backport r67246 from the trunk
Tip revision: 42fe1a2
pyd_d.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pyd_d"
	InheritedPropertySheets=".\pyproject.vsprops"
	>
	<Tool
		Name="VCLinkerTool"
		OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
		LinkIncremental="0"
		ImportLibrary="$(IntDir)\$(TargetName).lib"
	/>
</VisualStudioPropertySheet>
back to top