mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 09:57:32 +00:00 
			
		
		
		
	 5330aa5b26
			
		
	
	
		5330aa5b26
		
	
	
	
	
		
			
			svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
  r77003 | martin.v.loewis | 2009-12-22 09:57:39 +0100 (Di, 22 Dez 2009) | 13 lines
  Merged revisions 76990-76991 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk
  ........
    r76990 | martin.v.loewis | 2009-12-21 20:27:15 +0100 (Mo, 21 Dez 2009) | 1 line
    Switch to OpenSSL 0.9.8l.
  ........
    r76991 | martin.v.loewis | 2009-12-21 20:29:59 +0100 (Mo, 21 Dez 2009) | 1 line
    Add NEWS for OpenSSL changes.
  ........
................
		
	
			
		
			
				
	
	
		
			87 lines
		
	
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			87 lines
		
	
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="Windows-1252"?>
 | |
| <VisualStudioPropertySheet
 | |
| 	ProjectType="Visual C++"
 | |
| 	Version="8.00"
 | |
| 	Name="pyproject"
 | |
| 	OutputDirectory="$(SolutionDir)"
 | |
| 	IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
 | |
| 	>
 | |
| 	<Tool
 | |
| 		Name="VCCLCompilerTool"
 | |
| 		Optimization="2"
 | |
| 		InlineFunctionExpansion="1"
 | |
| 		EnableIntrinsicFunctions="true"
 | |
| 		AdditionalIncludeDirectories="..\Include; ..\PC"
 | |
| 		PreprocessorDefinitions="_WIN32"
 | |
| 		StringPooling="true"
 | |
| 		ExceptionHandling="0"
 | |
| 		RuntimeLibrary="0"
 | |
| 		EnableFunctionLevelLinking="true"
 | |
| 		WarningLevel="3"
 | |
| 		DebugInformationFormat="3"
 | |
| 		CompileAs="0"
 | |
| 	/>
 | |
| 	<Tool
 | |
| 		Name="VCLinkerTool"
 | |
| 		LinkIncremental="1"
 | |
| 		AdditionalLibraryDirectories="$(OutDir)"
 | |
| 		GenerateDebugInformation="true"
 | |
| 		ProgramDatabaseFile="$(OutDir)$(TargetName).pdb"
 | |
| 		SubSystem="2"
 | |
| 		RandomizedBaseAddress="1"
 | |
| 		DataExecutionPrevention="0"
 | |
| 		TargetMachine="1"
 | |
| 	/>
 | |
| 	<Tool
 | |
| 		Name="VCResourceCompilerTool"
 | |
| 		AdditionalIncludeDirectories="..\PC;..\Include"
 | |
| 	/>
 | |
| 	<UserMacro
 | |
| 		Name="PyDllName"
 | |
| 		Value="python31"
 | |
| 	/>
 | |
| 	<UserMacro
 | |
| 		Name="PythonExe"
 | |
| 		Value="$(SolutionDir)\python.exe"
 | |
| 	/>
 | |
| 	<UserMacro
 | |
| 		Name="externalsDir"
 | |
| 		Value="..\.."
 | |
| 	/>
 | |
| 	<UserMacro
 | |
| 		Name="sqlite3Dir"
 | |
| 		Value="$(externalsDir)\sqlite-3.5.9"
 | |
| 	/>
 | |
| 	<UserMacro
 | |
| 		Name="bz2Dir"
 | |
| 		Value="$(externalsDir)\bzip2-1.0.5"
 | |
| 	/>
 | |
| 	<UserMacro
 | |
| 		Name="opensslDir"
 | |
| 		Value="$(externalsDir)\openssl-0.9.8l"
 | |
| 	/>
 | |
| 	<UserMacro
 | |
| 		Name="tcltkDir"
 | |
| 		Value="$(externalsDir)\tcltk"
 | |
| 	/>
 | |
| 	<UserMacro
 | |
| 		Name="tcltk64Dir"
 | |
| 		Value="$(externalsDir)\tcltk64"
 | |
| 	/>
 | |
| 	<UserMacro
 | |
| 		Name="tcltkLib"
 | |
| 		Value="$(tcltkDir)\lib\tcl85.lib $(tcltkDir)\lib\tk85.lib"
 | |
| 	/>
 | |
| 	<UserMacro
 | |
| 		Name="tcltkLibDebug"
 | |
| 		Value="$(tcltkDir)\lib\tcl85g.lib $(tcltkDir)\lib\tk85g.lib"
 | |
| 	/>
 | |
| 	<UserMacro
 | |
| 		Name="tcltk64Lib"
 | |
| 		Value="$(tcltk64Dir)\lib\tcl85.lib $(tcltk64Dir)\lib\tk85.lib"
 | |
| 	/>
 | |
| 	<UserMacro
 | |
| 		Name="tcltk64LibDebug"
 | |
| 		Value="$(tcltk64Dir)\lib\tcl85g.lib $(tcltk64Dir)\lib\tk85g.lib"
 | |
| 	/>
 | |
| </VisualStudioPropertySheet>
 |