diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-02-14 20:42:55 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-02-14 20:42:55 (GMT) |
commit | 856bf9a4e962ec118bcbfc5150825b256f2b8e2e (patch) | |
tree | 6ccc4386886b82a558e7ace3d47a9ab3ff4749e3 /PCbuild/_ssl.vcproj | |
parent | cffcfed1263a255386c0da50709d6abc18accaab (diff) | |
download | cpython-856bf9a4e962ec118bcbfc5150825b256f2b8e2e.zip cpython-856bf9a4e962ec118bcbfc5150825b256f2b8e2e.tar.gz cpython-856bf9a4e962ec118bcbfc5150825b256f2b8e2e.tar.bz2 |
Add build support for AMD64.
Diffstat (limited to 'PCbuild/_ssl.vcproj')
-rw-r--r-- | PCbuild/_ssl.vcproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/PCbuild/_ssl.vcproj b/PCbuild/_ssl.vcproj index 3bcd564..373e948 100644 --- a/PCbuild/_ssl.vcproj +++ b/PCbuild/_ssl.vcproj @@ -50,6 +50,19 @@ ReBuildCommandLine="python build_ssl.py -a" Output="_ssl.pyd"/> </Configuration> + <Configuration + Name="ReleaseAMD64|Win32" + OutputDirectory="." + IntermediateDirectory="amd64-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> |