Staging
v0.5.1
https://github.com/python/cpython
Revision ab396e07cc7c6aff0723d406f3037b24645b6049 authored by Mark Dickinson on 16 July 2008, 11:04:17 UTC, committed by Mark Dickinson on 16 July 2008, 11:04:17 UTC
1 parent 4fed741
Raw File
Tip revision: ab396e07cc7c6aff0723d406f3037b24645b6049 authored by Mark Dickinson on 16 July 2008, 11:04:17 UTC
Issue #3360: Fix incorrect parsing of '020000000000.0'.
Tip revision: ab396e0
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