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
1c2400cf
Kaydet (Commit)
1c2400cf
authored
Eyl 05, 2016
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Closes #27407: Merge with 3.5
üst
7b24b273
8c9d99ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
prepare_ssl.py
PCbuild/prepare_ssl.py
+6
-1
No files found.
PCbuild/prepare_ssl.py
Dosyayı görüntüle @
1c2400cf
...
...
@@ -18,6 +18,8 @@
# it should configure OpenSSL such that it is ready to be built by
# ssl.vcxproj on 32 or 64 bit platforms.
from
__future__
import
print_function
import
os
import
re
import
sys
...
...
@@ -89,7 +91,10 @@ def create_asms(makefile, tmp_d):
def
copy_includes
(
makefile
,
suffix
):
dir
=
'include'
+
suffix
+
'
\\
openssl'
os
.
makedirs
(
dir
,
exist_ok
=
True
)
try
:
os
.
makedirs
(
dir
)
except
OSError
:
pass
copy_if_different
=
r'$(PERL) $(SRC_D)\util\copy-if-different.pl'
with
open
(
makefile
)
as
fin
:
for
line
in
fin
:
...
...
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