Staging
v0.8.1
Revision 031e25b0f74ae2c7c82a6d2a3c227e74278b22d9 authored by Meador Inge on 28 May 2012, 19:21:16 UTC, committed by Meador Inge on 28 May 2012, 19:21:16 UTC
An issue in ctypes.c_longdouble, ctypes.c_double, and ctypes.c_float that
caused an incorrect exception to be returned in the case of overflow has been
fixed.
1 parent 4b6045c
Raw File
pyd.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pyd"
	InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
		RuntimeLibrary="2"
	/>
	<Tool
		Name="VCLinkerTool"
		OutputFile="$(OutDir)\$(ProjectName).pyd"
		ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
		ImportLibrary="$(OutDir)\$(TargetName).lib"
		GenerateManifest="false"
	/>
	<Tool
		Name="VCManifestTool"
		EmbedManifest="false"
	/>
	<Tool
		Name="VCPostBuildEventTool"
		CommandLine=""
	/>
</VisualStudioPropertySheet>
back to top