Staging
v0.5.1
https://github.com/python/cpython
Revision 9e4fdf446d284c579190fe57ea9d774357438ffc authored by Antoine Pitrou on 05 September 2008, 23:43:02 UTC, committed by Antoine Pitrou on 05 September 2008, 23:43:02 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66240 | antoine.pitrou | 2008-09-06 01:30:23 +0200 (sam., 06 sept. 2008) | 5 lines

  Issue #3535: zipfile couldn't read some zip files larger than 2GB.

  Reviewed by Amaury Forgeot d'Arc.
........
1 parent 791dc2f
Raw File
Tip revision: 9e4fdf446d284c579190fe57ea9d774357438ffc authored by Antoine Pitrou on 05 September 2008, 23:43:02 UTC
Merged revisions 66240 via svnmerge from
Tip revision: 9e4fdf4
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