Staging
v0.5.1
https://github.com/python/cpython
Revision 84076d8a1180a2e5a8d2c7eeaea3f122c8579b27 authored by Benjamin Peterson on 10 September 2008, 22:28:00 UTC, committed by Benjamin Peterson on 10 September 2008, 22:28:00 UTC
1 parent 05e3449
Raw File
Tip revision: 84076d8a1180a2e5a8d2c7eeaea3f122c8579b27 authored by Benjamin Peterson on 10 September 2008, 22:28:00 UTC
update asdl_c.py from r66377
Tip revision: 84076d8
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"
	/>
	<Tool
		Name="VCPostBuildEventTool"
		CommandLine=""
	/>
</VisualStudioPropertySheet>
back to top