diff options
author | Christian Heimes <christian@cheimes.de> | 2007-12-31 14:51:18 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-12-31 14:51:18 (GMT) |
commit | 915d5d96d826c13cd6a89341fc1a2ce12811aea2 (patch) | |
tree | 40152f46513c2f98de86fee3ca66d44d9104f9af /PCbuild/_ssl.vcproj | |
parent | cdaa2cbfd59b27a1ac2e8b0980967471ea35b777 (diff) | |
download | cpython-915d5d96d826c13cd6a89341fc1a2ce12811aea2.zip cpython-915d5d96d826c13cd6a89341fc1a2ce12811aea2.tar.gz cpython-915d5d96d826c13cd6a89341fc1a2ce12811aea2.tar.bz2 |
Moved PCbuild directory to PC/VS7.1
Diffstat (limited to 'PCbuild/_ssl.vcproj')
-rw-r--r-- | PCbuild/_ssl.vcproj | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/PCbuild/_ssl.vcproj b/PCbuild/_ssl.vcproj deleted file mode 100644 index c1abd24..0000000 --- a/PCbuild/_ssl.vcproj +++ /dev/null @@ -1,84 +0,0 @@ -<?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> |