Staging
v0.8.1
https://github.com/python/cpython
Revision b80a19453175a5e459a0aca462ddcc75e36a5df7 authored by Kurt B. Kaiser on 14 February 2008, 00:08:01 UTC, committed by Kurt B. Kaiser on 14 February 2008, 00:08:01 UTC
1 parent 21af4c0
Raw File
Tip revision: b80a19453175a5e459a0aca462ddcc75e36a5df7 authored by Kurt B. Kaiser on 14 February 2008, 00:08:01 UTC
Bring NEWS.txt up to date.
Tip revision: b80a194
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