Staging
v0.5.1
https://github.com/python/cpython
Revision a5c64599d547565c48275601b67322aa3ef04c8b authored by Neal Norwitz on 17 October 2004, 19:55:47 UTC, committed by Neal Norwitz on 17 October 2004, 19:55:47 UTC
1 parent 08ebfec
Raw File
Tip revision: a5c64599d547565c48275601b67322aa3ef04c8b authored by Neal Norwitz on 17 October 2004, 19:55:47 UTC
SF bug #1048756, Doc typo for pdb
Tip revision: a5c6459
_ssl.vcproj
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.10"
	Name="_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="python build_ssl.py"
				ReBuildCommandLine="python build_ssl.py -a"
				Output="_ssl.pyd"/>
		</Configuration>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory=".\."
			IntermediateDirectory=".\x86-temp-debug\_ssl"
			ConfigurationType="0"
			UseOfMFC="0"
			ATLMinimizesCRunTimeLibraryUsage="FALSE">
			<Tool
				Name="VCNMakeTool"
				BuildCommandLine="python_d -u build_ssl.py -d"
				ReBuildCommandLine="python_d -u build_ssl.py -d -a"
				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="python build_ssl.py"
				ReBuildCommandLine="python build_ssl.py -a"
				Output="_ssl.pyd"/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<File
			RelativePath="..\Modules\_ssl.c">
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>
back to top