mirror of
https://github.com/python/cpython
synced 2024-11-05 18:12:54 +00:00
1561babf0c
svn+ssh://pythondev@svn.python.org/python/trunk ........ r61128 | martin.v.loewis | 2008-02-29 17:59:21 +0100 (Fr, 29 Feb 2008) | 1 line Make _hashlib a separate project. ........ r61132 | georg.brandl | 2008-02-29 19:15:36 +0100 (Fr, 29 Feb 2008) | 2 lines Until we got downloadable docs, stop confusing viewers by talking about a nonexisting table. ........ r61133 | martin.v.loewis | 2008-02-29 19:17:23 +0100 (Fr, 29 Feb 2008) | 1 line Build db-4.4.20 with VS9; remove VS2003 build if necessary. ........ r61135 | georg.brandl | 2008-02-29 19:21:29 +0100 (Fr, 29 Feb 2008) | 2 lines #2208: allow for non-standard HHC location. ........ r61136 | martin.v.loewis | 2008-02-29 19:54:45 +0100 (Fr, 29 Feb 2008) | 1 line Port build_ssl.py to 2.4; support HOST_PYTHON variable ........
22 lines
537 B
XML
22 lines
537 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="amd64"
|
|
OutputDirectory="$(SolutionDir)\amd64\"
|
|
IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/USECL:MS_OPTERON /GS-"
|
|
PreprocessorDefinitions="_WIN64;_M_X64"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
TargetMachine="17"
|
|
/>
|
|
<UserMacro
|
|
Name="PythonExe"
|
|
Value="$(HOST_PYTHON)"
|
|
/>
|
|
</VisualStudioPropertySheet>
|