Staging
v0.5.1
https://github.com/python/cpython
Revision 8bd5f8359f788751cbf486aef2c6066b91690dcb authored by Mark Dickinson on 01 February 2009, 12:31:56 UTC, committed by Mark Dickinson on 01 February 2009, 12:31:56 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r69184 | mark.dickinson | 2009-02-01 12:13:56 +0000 (Sun, 01 Feb 2009) | 3 lines

  Issue #1717:  remove the cmp builtin function, the C-API functions
  PyObject_Cmp, PyObject_Compare, and various support functions.
........
1 parent 9de2de5
Raw File
Tip revision: 8bd5f8359f788751cbf486aef2c6066b91690dcb authored by Mark Dickinson on 01 February 2009, 12:31:56 UTC
Merged revisions 69184 via svnmerge from
Tip revision: 8bd5f83
_ssl.vcproj
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="_ssl"
	RootNamespace="_ssl"
	SccProjectName=""
	SccLocalPath=""
	Keyword="MakeFileProj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Release|Win32"
			OutputDirectory=".\."
			IntermediateDirectory=".\x86-temp-release\_ssl"
			ConfigurationType="0"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="build_ssl.bat $(ConfigurationName)"
				ReBuildCommandLine="build_ssl.bat $(ConfigurationName) -a"
				CleanCommandLine="echo Nothing to do"
				Output="_ssl.pyd"/>
		</Configuration>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory=".\."
			IntermediateDirectory=".\x86-temp-debug\_ssl"
			ConfigurationType="0"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="build_ssl.bat $(ConfigurationName)"
				ReBuildCommandLine="build_ssl.bat $(ConfigurationName) -a"
				CleanCommandLine="echo Nothing to do"
				Output="_ssl_d.pyd"/>
		</Configuration>
		<Configuration
			Name="ReleaseItanium|Win32"
			OutputDirectory="./."
			IntermediateDirectory=".\ia64-temp-release\_ssl"
			ConfigurationType="0"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="build_ssl.bat $(ConfigurationName)"
				ReBuildCommandLine="build_ssl.bat $(ConfigurationName) -a"
				CleanCommandLine="echo Nothing to do"
				Output="_ssl.pyd"/>
		</Configuration>
		<Configuration
			Name="ReleaseAMD64|Win32"
			OutputDirectory="."
			IntermediateDirectory="amd64-temp-release\_ssl"
			ConfigurationType="0"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="build_ssl.bat $(ConfigurationName)"
				ReBuildCommandLine="build_ssl.bat $(ConfigurationName) -a"
				CleanCommandLine="echo Nothing to do"
				Output="_ssl.pyd"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<File
			RelativePath="..\..\Modules\_ssl.c">
		</File>
		<File
			RelativePath="..\..\Modules\_hashopenssl.c">
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>
back to top