Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
5e83da3d
Kaydet (Commit)
5e83da3d
authored
Eyl 24, 2010
tarafından
Hirokazu Yamamoto
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #9552: Avoid unnecessary rebuild of OpenSSL. (Windows)
üst
e8e8042b
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
464 additions
and
42 deletions
+464
-42
_hashlib.vcproj
PC/VS8.0/_hashlib.vcproj
+0
-8
_ssl.vcproj
PC/VS8.0/_ssl.vcproj
+0
-8
build_ssl.py
PC/VS8.0/build_ssl.py
+20
-4
pcbuild.sln
PC/VS8.0/pcbuild.sln
+23
-0
ssl.vcproj
PC/VS8.0/ssl.vcproj
+189
-0
_hashlib.vcproj
PCbuild/_hashlib.vcproj
+0
-8
_ssl.vcproj
PCbuild/_ssl.vcproj
+0
-8
build_ssl.py
PCbuild/build_ssl.py
+20
-6
pcbuild.sln
PCbuild/pcbuild.sln
+23
-0
ssl.vcproj
PCbuild/ssl.vcproj
+189
-0
No files found.
PC/VS8.0/_hashlib.vcproj
Dosyayı görüntüle @
5e83da3d
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -89,7 +88,6 @@
...
@@ -89,7 +88,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -153,7 +151,6 @@
...
@@ -153,7 +151,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -216,7 +213,6 @@
...
@@ -216,7 +213,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -280,7 +276,6 @@
...
@@ -280,7 +276,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -343,7 +338,6 @@
...
@@ -343,7 +338,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -408,7 +402,6 @@
...
@@ -408,7 +402,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -471,7 +464,6 @@
...
@@ -471,7 +464,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
...
PC/VS8.0/_ssl.vcproj
Dosyayı görüntüle @
5e83da3d
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -89,7 +88,6 @@
...
@@ -89,7 +88,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -153,7 +151,6 @@
...
@@ -153,7 +151,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -216,7 +213,6 @@
...
@@ -216,7 +213,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -280,7 +276,6 @@
...
@@ -280,7 +276,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -343,7 +338,6 @@
...
@@ -343,7 +338,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -408,7 +402,6 @@
...
@@ -408,7 +402,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -471,7 +464,6 @@
...
@@ -471,7 +464,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
...
PC/VS8.0/build_ssl.py
Dosyayı görüntüle @
5e83da3d
...
@@ -146,6 +146,22 @@ def run_configure(configure, do_script):
...
@@ -146,6 +146,22 @@ def run_configure(configure, do_script):
print
(
do_script
)
print
(
do_script
)
os
.
system
(
do_script
)
os
.
system
(
do_script
)
def
cmp
(
f1
,
f2
):
bufsize
=
1024
*
8
with
open
(
f1
,
'rb'
)
as
fp1
,
open
(
f2
,
'rb'
)
as
fp2
:
while
True
:
b1
=
fp1
.
read
(
bufsize
)
b2
=
fp2
.
read
(
bufsize
)
if
b1
!=
b2
:
return
False
if
not
b1
:
return
True
def
copy
(
src
,
dst
):
if
os
.
path
.
isfile
(
dst
)
and
cmp
(
src
,
dst
):
return
shutil
.
copy
(
src
,
dst
)
def
main
():
def
main
():
build_all
=
"-a"
in
sys
.
argv
build_all
=
"-a"
in
sys
.
argv
if
sys
.
argv
[
1
]
==
"Release"
:
if
sys
.
argv
[
1
]
==
"Release"
:
...
@@ -222,8 +238,8 @@ def main():
...
@@ -222,8 +238,8 @@ def main():
if
arch
==
"amd64"
:
if
arch
==
"amd64"
:
create_makefile64
(
makefile
,
m32
)
create_makefile64
(
makefile
,
m32
)
fix_makefile
(
makefile
)
fix_makefile
(
makefile
)
shutil
.
copy
(
r"crypto\buildinf.h"
,
r"crypto\buildinf_
%
s.h"
%
arch
)
copy
(
r"crypto\buildinf.h"
,
r"crypto\buildinf_
%
s.h"
%
arch
)
shutil
.
copy
(
r"crypto\opensslconf.h"
,
r"crypto\opensslconf_
%
s.h"
%
arch
)
copy
(
r"crypto\opensslconf.h"
,
r"crypto\opensslconf_
%
s.h"
%
arch
)
# If the assembler files don't exist in tmpXX, copy them there
# If the assembler files don't exist in tmpXX, copy them there
if
perl
is
None
:
if
perl
is
None
:
...
@@ -241,8 +257,8 @@ def main():
...
@@ -241,8 +257,8 @@ def main():
print
(
"ml64 assembler has failed."
)
print
(
"ml64 assembler has failed."
)
sys
.
exit
(
rc
)
sys
.
exit
(
rc
)
shutil
.
copy
(
r"crypto\buildinf_
%
s.h"
%
arch
,
r"crypto\buildinf.h"
)
copy
(
r"crypto\buildinf_
%
s.h"
%
arch
,
r"crypto\buildinf.h"
)
shutil
.
copy
(
r"crypto\opensslconf_
%
s.h"
%
arch
,
r"crypto\opensslconf.h"
)
copy
(
r"crypto\opensslconf_
%
s.h"
%
arch
,
r"crypto\opensslconf.h"
)
#makeCommand = "nmake /nologo PERL=\"%s\" -f \"%s\"" %(perl, makefile)
#makeCommand = "nmake /nologo PERL=\"%s\" -f \"%s\"" %(perl, makefile)
makeCommand
=
"nmake /nologo -f
\"
%
s
\"
"
%
makefile
makeCommand
=
"nmake /nologo -f
\"
%
s
\"
"
%
makefile
...
...
PC/VS8.0/pcbuild.sln
Dosyayı görüntüle @
5e83da3d
...
@@ -74,6 +74,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_ssl", "_ssl.vcproj", "{C6E
...
@@ -74,6 +74,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_ssl", "_ssl.vcproj", "{C6E
{B11D750F-CD1F-4A96-85CE-E69A5C5259F9} = {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}
{B11D750F-CD1F-4A96-85CE-E69A5C5259F9} = {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}
{86937F53-C189-40EF-8CE8-8759D8E7D480} = {86937F53-C189-40EF-8CE8-8759D8E7D480}
{86937F53-C189-40EF-8CE8-8759D8E7D480} = {86937F53-C189-40EF-8CE8-8759D8E7D480}
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0} = {E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}
EndProjectSection
EndProjectSection
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_testcapi", "_testcapi.vcproj", "{6901D91C-6E48-4BB7-9FEC-700C8131DF1D}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_testcapi", "_testcapi.vcproj", "{6901D91C-6E48-4BB7-9FEC-700C8131DF1D}"
...
@@ -112,6 +113,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_hashlib", "_hashlib.vcproj
...
@@ -112,6 +113,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_hashlib", "_hashlib.vcproj
ProjectSection(ProjectDependencies) = postProject
ProjectSection(ProjectDependencies) = postProject
{B11D750F-CD1F-4A96-85CE-E69A5C5259F9} = {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}
{B11D750F-CD1F-4A96-85CE-E69A5C5259F9} = {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0} = {E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}
EndProjectSection
EndProjectSection
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "sqlite3.vcproj", "{A1A295E5-463C-437F-81CA-1F32367685DA}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "sqlite3.vcproj", "{A1A295E5-463C-437F-81CA-1F32367685DA}"
...
@@ -124,6 +126,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_multiprocessing", "_multip
...
@@ -124,6 +126,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_multiprocessing", "_multip
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
EndProjectSection
EndProjectSection
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ssl", "ssl.vcproj", "{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}"
ProjectSection(ProjectDependencies) = postProject
{B11D750F-CD1F-4A96-85CE-E69A5C5259F9} = {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kill_python", "kill_python.vcproj", "{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kill_python", "kill_python.vcproj", "{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}"
EndProject
EndProject
Global
Global
...
@@ -514,6 +521,22 @@ Global
...
@@ -514,6 +521,22 @@ Global
{9E48B300-37D1-11DD-8C41-005056C00008}.Release|Win32.Build.0 = Release|Win32
{9E48B300-37D1-11DD-8C41-005056C00008}.Release|Win32.Build.0 = Release|Win32
{9E48B300-37D1-11DD-8C41-005056C00008}.Release|x64.ActiveCfg = Release|x64
{9E48B300-37D1-11DD-8C41-005056C00008}.Release|x64.ActiveCfg = Release|x64
{9E48B300-37D1-11DD-8C41-005056C00008}.Release|x64.Build.0 = Release|x64
{9E48B300-37D1-11DD-8C41-005056C00008}.Release|x64.Build.0 = Release|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Debug|Win32.ActiveCfg = Debug|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Debug|Win32.Build.0 = Debug|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Debug|x64.ActiveCfg = Debug|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Debug|x64.Build.0 = Debug|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGInstrument|Win32.ActiveCfg = PGInstrument|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGInstrument|Win32.Build.0 = PGInstrument|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGInstrument|x64.ActiveCfg = PGInstrument|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGInstrument|x64.Build.0 = PGInstrument|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGUpdate|Win32.ActiveCfg = PGUpdate|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGUpdate|Win32.Build.0 = PGUpdate|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGUpdate|x64.ActiveCfg = PGUpdate|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGUpdate|x64.Build.0 = PGUpdate|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Release|Win32.ActiveCfg = Release|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Release|Win32.Build.0 = Release|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Release|x64.ActiveCfg = Release|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Release|x64.Build.0 = Release|x64
{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}.Debug|Win32.ActiveCfg = Debug|Win32
{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}.Debug|Win32.ActiveCfg = Debug|Win32
{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}.Debug|Win32.Build.0 = Debug|Win32
{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}.Debug|Win32.Build.0 = Debug|Win32
{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}.Debug|x64.ActiveCfg = Debug|x64
{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}.Debug|x64.ActiveCfg = Debug|x64
...
...
PC/VS8.0/ssl.vcproj
0 → 100644
Dosyayı görüntüle @
5e83da3d
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"8.00"
Name=
"ssl"
ProjectGUID=
"{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}"
RootNamespace=
"ssl"
Keyword=
"MakeFileProj"
TargetFrameworkVersion=
"196613"
>
<Platforms>
<Platform
Name=
"Win32"
/>
<Platform
Name=
"x64"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Debug|Win32"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd_d.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
<Configuration
Name=
"Debug|x64"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd_d.vsprops;.\x64.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
<Configuration
Name=
"Release|Win32"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
<Configuration
Name=
"Release|x64"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd.vsprops;.\x64.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
<Configuration
Name=
"PGInstrument|Win32"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd.vsprops;.\pginstrument.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
<Configuration
Name=
"PGInstrument|x64"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
<Configuration
Name=
"PGUpdate|Win32"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd.vsprops;.\pgupdate.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
<Configuration
Name=
"PGUpdate|x64"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
PCbuild/_hashlib.vcproj
Dosyayı görüntüle @
5e83da3d
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -89,7 +88,6 @@
...
@@ -89,7 +88,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -153,7 +151,6 @@
...
@@ -153,7 +151,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -216,7 +213,6 @@
...
@@ -216,7 +213,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -280,7 +276,6 @@
...
@@ -280,7 +276,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -343,7 +338,6 @@
...
@@ -343,7 +338,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -408,7 +402,6 @@
...
@@ -408,7 +402,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -471,7 +464,6 @@
...
@@ -471,7 +464,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
...
PCbuild/_ssl.vcproj
Dosyayı görüntüle @
5e83da3d
...
@@ -27,7 +27,6 @@
...
@@ -27,7 +27,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -89,7 +88,6 @@
...
@@ -89,7 +88,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -153,7 +151,6 @@
...
@@ -153,7 +151,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -216,7 +213,6 @@
...
@@ -216,7 +213,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -280,7 +276,6 @@
...
@@ -280,7 +276,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -343,7 +338,6 @@
...
@@ -343,7 +338,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -408,7 +402,6 @@
...
@@ -408,7 +402,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
@@ -471,7 +464,6 @@
...
@@ -471,7 +464,6 @@
>
>
<Tool
<Tool
Name=
"VCPreBuildEventTool"
Name=
"VCPreBuildEventTool"
CommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
/>
/>
<Tool
<Tool
Name=
"VCCustomBuildTool"
Name=
"VCCustomBuildTool"
...
...
PCbuild/build_ssl.py
Dosyayı görüntüle @
5e83da3d
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
# python.exe build_ssl.py Release x64
# python.exe build_ssl.py Release x64
# python.exe build_ssl.py Release Win32
# python.exe build_ssl.py Release Win32
from
__future__
import
with_statement
import
os
,
sys
,
re
,
shutil
import
os
,
sys
,
re
,
shutil
# Find all "foo.exe" files on the PATH.
# Find all "foo.exe" files on the PATH.
...
@@ -122,7 +121,6 @@ def fix_makefile(makefile):
...
@@ -122,7 +121,6 @@ def fix_makefile(makefile):
"""
"""
if
not
os
.
path
.
isfile
(
makefile
):
if
not
os
.
path
.
isfile
(
makefile
):
return
return
fin
=
open
(
makefile
)
with
open
(
makefile
)
as
fin
:
with
open
(
makefile
)
as
fin
:
lines
=
fin
.
readlines
()
lines
=
fin
.
readlines
()
with
open
(
makefile
,
'w'
)
as
fout
:
with
open
(
makefile
,
'w'
)
as
fout
:
...
@@ -148,6 +146,22 @@ def run_configure(configure, do_script):
...
@@ -148,6 +146,22 @@ def run_configure(configure, do_script):
print
(
do_script
)
print
(
do_script
)
os
.
system
(
do_script
)
os
.
system
(
do_script
)
def
cmp
(
f1
,
f2
):
bufsize
=
1024
*
8
with
open
(
f1
,
'rb'
)
as
fp1
,
open
(
f2
,
'rb'
)
as
fp2
:
while
True
:
b1
=
fp1
.
read
(
bufsize
)
b2
=
fp2
.
read
(
bufsize
)
if
b1
!=
b2
:
return
False
if
not
b1
:
return
True
def
copy
(
src
,
dst
):
if
os
.
path
.
isfile
(
dst
)
and
cmp
(
src
,
dst
):
return
shutil
.
copy
(
src
,
dst
)
def
main
():
def
main
():
build_all
=
"-a"
in
sys
.
argv
build_all
=
"-a"
in
sys
.
argv
if
sys
.
argv
[
1
]
==
"Release"
:
if
sys
.
argv
[
1
]
==
"Release"
:
...
@@ -224,8 +238,8 @@ def main():
...
@@ -224,8 +238,8 @@ def main():
if
arch
==
"amd64"
:
if
arch
==
"amd64"
:
create_makefile64
(
makefile
,
m32
)
create_makefile64
(
makefile
,
m32
)
fix_makefile
(
makefile
)
fix_makefile
(
makefile
)
shutil
.
copy
(
r"crypto\buildinf.h"
,
r"crypto\buildinf_
%
s.h"
%
arch
)
copy
(
r"crypto\buildinf.h"
,
r"crypto\buildinf_
%
s.h"
%
arch
)
shutil
.
copy
(
r"crypto\opensslconf.h"
,
r"crypto\opensslconf_
%
s.h"
%
arch
)
copy
(
r"crypto\opensslconf.h"
,
r"crypto\opensslconf_
%
s.h"
%
arch
)
# If the assembler files don't exist in tmpXX, copy them there
# If the assembler files don't exist in tmpXX, copy them there
if
perl
is
None
:
if
perl
is
None
:
...
@@ -243,8 +257,8 @@ def main():
...
@@ -243,8 +257,8 @@ def main():
print
(
"ml64 assembler has failed."
)
print
(
"ml64 assembler has failed."
)
sys
.
exit
(
rc
)
sys
.
exit
(
rc
)
shutil
.
copy
(
r"crypto\buildinf_
%
s.h"
%
arch
,
r"crypto\buildinf.h"
)
copy
(
r"crypto\buildinf_
%
s.h"
%
arch
,
r"crypto\buildinf.h"
)
shutil
.
copy
(
r"crypto\opensslconf_
%
s.h"
%
arch
,
r"crypto\opensslconf.h"
)
copy
(
r"crypto\opensslconf_
%
s.h"
%
arch
,
r"crypto\opensslconf.h"
)
#makeCommand = "nmake /nologo PERL=\"%s\" -f \"%s\"" %(perl, makefile)
#makeCommand = "nmake /nologo PERL=\"%s\" -f \"%s\"" %(perl, makefile)
makeCommand
=
"nmake /nologo -f
\"
%
s
\"
"
%
makefile
makeCommand
=
"nmake /nologo -f
\"
%
s
\"
"
%
makefile
...
...
PCbuild/pcbuild.sln
Dosyayı görüntüle @
5e83da3d
...
@@ -74,6 +74,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_ssl", "_ssl.vcproj", "{C6E
...
@@ -74,6 +74,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_ssl", "_ssl.vcproj", "{C6E
{B11D750F-CD1F-4A96-85CE-E69A5C5259F9} = {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}
{B11D750F-CD1F-4A96-85CE-E69A5C5259F9} = {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}
{86937F53-C189-40EF-8CE8-8759D8E7D480} = {86937F53-C189-40EF-8CE8-8759D8E7D480}
{86937F53-C189-40EF-8CE8-8759D8E7D480} = {86937F53-C189-40EF-8CE8-8759D8E7D480}
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0} = {E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}
EndProjectSection
EndProjectSection
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_testcapi", "_testcapi.vcproj", "{6901D91C-6E48-4BB7-9FEC-700C8131DF1D}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_testcapi", "_testcapi.vcproj", "{6901D91C-6E48-4BB7-9FEC-700C8131DF1D}"
...
@@ -112,6 +113,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_hashlib", "_hashlib.vcproj
...
@@ -112,6 +113,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_hashlib", "_hashlib.vcproj
ProjectSection(ProjectDependencies) = postProject
ProjectSection(ProjectDependencies) = postProject
{B11D750F-CD1F-4A96-85CE-E69A5C5259F9} = {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}
{B11D750F-CD1F-4A96-85CE-E69A5C5259F9} = {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0} = {E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}
EndProjectSection
EndProjectSection
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "sqlite3.vcproj", "{A1A295E5-463C-437F-81CA-1F32367685DA}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite3", "sqlite3.vcproj", "{A1A295E5-463C-437F-81CA-1F32367685DA}"
...
@@ -124,6 +126,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_multiprocessing", "_multip
...
@@ -124,6 +126,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_multiprocessing", "_multip
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
EndProjectSection
EndProjectSection
EndProject
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ssl", "ssl.vcproj", "{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}"
ProjectSection(ProjectDependencies) = postProject
{B11D750F-CD1F-4A96-85CE-E69A5C5259F9} = {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kill_python", "kill_python.vcproj", "{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kill_python", "kill_python.vcproj", "{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}"
EndProject
EndProject
Global
Global
...
@@ -514,6 +521,22 @@ Global
...
@@ -514,6 +521,22 @@ Global
{9E48B300-37D1-11DD-8C41-005056C00008}.Release|Win32.Build.0 = Release|Win32
{9E48B300-37D1-11DD-8C41-005056C00008}.Release|Win32.Build.0 = Release|Win32
{9E48B300-37D1-11DD-8C41-005056C00008}.Release|x64.ActiveCfg = Release|x64
{9E48B300-37D1-11DD-8C41-005056C00008}.Release|x64.ActiveCfg = Release|x64
{9E48B300-37D1-11DD-8C41-005056C00008}.Release|x64.Build.0 = Release|x64
{9E48B300-37D1-11DD-8C41-005056C00008}.Release|x64.Build.0 = Release|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Debug|Win32.ActiveCfg = Debug|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Debug|Win32.Build.0 = Debug|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Debug|x64.ActiveCfg = Debug|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Debug|x64.Build.0 = Debug|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGInstrument|Win32.ActiveCfg = PGInstrument|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGInstrument|Win32.Build.0 = PGInstrument|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGInstrument|x64.ActiveCfg = PGInstrument|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGInstrument|x64.Build.0 = PGInstrument|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGUpdate|Win32.ActiveCfg = PGUpdate|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGUpdate|Win32.Build.0 = PGUpdate|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGUpdate|x64.ActiveCfg = PGUpdate|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.PGUpdate|x64.Build.0 = PGUpdate|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Release|Win32.ActiveCfg = Release|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Release|Win32.Build.0 = Release|Win32
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Release|x64.ActiveCfg = Release|x64
{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}.Release|x64.Build.0 = Release|x64
{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}.Debug|Win32.ActiveCfg = Debug|Win32
{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}.Debug|Win32.ActiveCfg = Debug|Win32
{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}.Debug|Win32.Build.0 = Debug|Win32
{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}.Debug|Win32.Build.0 = Debug|Win32
{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}.Debug|x64.ActiveCfg = Debug|x64
{6DE10744-E396-40A5-B4E2-1B69AA7C8D31}.Debug|x64.ActiveCfg = Debug|x64
...
...
PCbuild/ssl.vcproj
0 → 100644
Dosyayı görüntüle @
5e83da3d
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"9,00"
Name=
"ssl"
ProjectGUID=
"{E5B04CC0-EB4C-42AB-B4DC-18EF95F864B0}"
RootNamespace=
"ssl"
Keyword=
"MakeFileProj"
TargetFrameworkVersion=
"196613"
>
<Platforms>
<Platform
Name=
"Win32"
/>
<Platform
Name=
"x64"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Debug|Win32"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd_d.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
<Configuration
Name=
"Debug|x64"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd_d.vsprops;.\x64.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
<Configuration
Name=
"Release|Win32"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
<Configuration
Name=
"Release|x64"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd.vsprops;.\x64.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
<Configuration
Name=
"PGInstrument|Win32"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd.vsprops;.\pginstrument.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
<Configuration
Name=
"PGInstrument|x64"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd.vsprops;.\x64.vsprops;.\pginstrument.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
<Configuration
Name=
"PGUpdate|Win32"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd.vsprops;.\pgupdate.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
<Configuration
Name=
"PGUpdate|x64"
ConfigurationType=
"0"
InheritedPropertySheets=
".\pyd.vsprops;.\x64.vsprops;.\pgupdate.vsprops"
CharacterSet=
"0"
>
<Tool
Name=
"VCNMakeTool"
BuildCommandLine=
"cd "$(SolutionDir)"
"$(PythonExe)" build_ssl.py Release $(PlatformName) -a
"
ReBuildCommandLine=
""
CleanCommandLine=
""
Output=
""
PreprocessorDefinitions=
""
IncludeSearchPath=
""
ForcedIncludes=
""
AssemblySearchPath=
""
ForcedUsingAssemblies=
""
CompileAsManaged=
""
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment