Staging
v0.5.1
https://github.com/python/cpython
Revision 40b61237bd2a9457e3475a14329415ea2cc68775 authored by Stefan Krah on 26 November 2010, 15:08:59 UTC, committed by Stefan Krah on 26 November 2010, 15:08:59 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86804 | stefan.krah | 2010-11-26 13:58:05 +0100 (Fri, 26 Nov 2010) | 1 line

  Issue #10383: Fix two leaks.
........
1 parent 55aa2f3
Raw File
Tip revision: 40b61237bd2a9457e3475a14329415ea2cc68775 authored by Stefan Krah on 26 November 2010, 15:08:59 UTC
Merged revisions 86804 via svnmerge from
Tip revision: 40b6123
pyd_d.vsprops
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	Name="pyd_d"
	InheritedPropertySheets=".\pyproject.vsprops;.\debug.vsprops"
	>
	<Tool
		Name="VCCLCompilerTool"
		Optimization="0"
		InlineFunctionExpansion="0"
		EnableIntrinsicFunctions="false"
		PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
		RuntimeLibrary="3"
	/>
	<Tool
		Name="VCLinkerTool"
		OutputFile="$(OutDir)\$(ProjectName)_d.pyd"
		LinkIncremental="1"
		ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
		ImportLibrary="$(OutDir)\$(TargetName).lib"
		GenerateManifest="false"
	/>
	<Tool
		Name="VCManifestTool"
		EmbedManifest="false"
	/>
	<Tool
		Name="VCPostBuildEventTool"
		CommandLine=""
	/>
	<UserMacro
		Name="PythonExe"
		Value="$(SolutionDir)python_d.exe"
	/>
</VisualStudioPropertySheet>
back to top