Staging
v0.5.1
https://github.com/python/cpython
Revision be52d507d2ada0d13ad9e482f00908173d8900f0 authored by Petri Lehtinen on 01 March 2012, 19:49:39 UTC, committed by Petri Lehtinen on 01 March 2012, 19:49:41 UTC
Issue #13491.
2 parent s 493846e + 4d2bfb5
Raw File
Tip revision: be52d507d2ada0d13ad9e482f00908173d8900f0 authored by Petri Lehtinen on 01 March 2012, 19:49:39 UTC
Merge branch '3.2'
Tip revision: be52d50
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