Staging
v0.5.1
https://github.com/python/cpython
Revision 46d410616d91afbcfff6ac9ece42b01c2cbb86e0 authored by Martin v. Löwis on 13 December 2008, 14:34:06 UTC, committed by Martin v. Löwis on 13 December 2008, 14:34:06 UTC
1 parent ec96c02
Raw File
Tip revision: 46d410616d91afbcfff6ac9ece42b01c2cbb86e0 authored by Martin v. Löwis on 13 December 2008, 14:34:06 UTC
Issue #4228: Pack negative values the same way as 2.4
Tip revision: 46d4106
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