Staging
v0.5.1
https://github.com/python/cpython
Revision 9fb554ffae7a42063d96a3e3abefa51e59b3f8ab authored by Martin v. Löwis on 13 December 2008, 15:44:13 UTC, committed by Martin v. Löwis on 13 December 2008, 15:44:13 UTC
1 parent 073ff24
Raw File
Tip revision: 9fb554ffae7a42063d96a3e3abefa51e59b3f8ab authored by Martin v. Löwis on 13 December 2008, 15:44:13 UTC
Tagging for release of Python 2.5.3c1
Tip revision: 9fb554f
pyd.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pyd"
	InheritedPropertySheets=".\pyproject.vsprops"
	>
	<Tool
		Name="VCLinkerTool"
		OutputFile="$(OutDir)\$(ProjectName).pyd"
		LinkIncremental="1"
		ImportLibrary="$(IntDir)\$(TargetName).lib"
	/>
</VisualStudioPropertySheet>
back to top