summaryrefslogtreecommitdiffstats
path: root/PCbuild/_ssl.vcproj
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-01-02 21:13:59 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-01-02 21:13:59 (GMT)
commit79ef96d68d98966959eb32af24aa82d0735eeb3a (patch)
tree960465199dbd0b6e2b3e322d5357ea56ed16b0da /PCbuild/_ssl.vcproj
parentb38b0198075bbdb2ba50fb0d114cb4135454d59d (diff)
downloadcpython-79ef96d68d98966959eb32af24aa82d0735eeb3a.zip
cpython-79ef96d68d98966959eb32af24aa82d0735eeb3a.tar.gz
cpython-79ef96d68d98966959eb32af24aa82d0735eeb3a.tar.bz2
Update build procedure to VC 7.1.
Diffstat (limited to 'PCbuild/_ssl.vcproj')
-rw-r--r--PCbuild/_ssl.vcproj50
1 files changed, 50 insertions, 0 deletions
diff --git a/PCbuild/_ssl.vcproj b/PCbuild/_ssl.vcproj
new file mode 100644
index 0000000..6096f4f
--- /dev/null
+++ b/PCbuild/_ssl.vcproj
@@ -0,0 +1,50 @@
+<?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>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\Modules\_ssl.c">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>