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
577f8cb8
Kaydet (Commit)
577f8cb8
authored
May 30, 2014
tarafından
Steve Dower
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #21462 PEP 466: upgrade OpenSSL in the Python 2.7 Windows builds
üst
672b0436
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
pyproject.vsprops
PCbuild/pyproject.vsprops
+1
-1
external-common.bat
Tools/buildbot/external-common.bat
+3
-1
No files found.
PCbuild/pyproject.vsprops
Dosyayı görüntüle @
577f8cb8
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
/>
/>
<UserMacro
<UserMacro
Name=
"opensslDir"
Name=
"opensslDir"
Value=
"$(externalsDir)\openssl-
0.9.8y
"
Value=
"$(externalsDir)\openssl-
1.0.1g
"
/>
/>
<UserMacro
<UserMacro
Name=
"tcltkDir"
Name=
"tcltkDir"
...
...
Tools/buildbot/external-common.bat
Dosyayı görüntüle @
577f8cb8
...
@@ -20,6 +20,7 @@ cd ..
...
@@ -20,6 +20,7 @@ cd ..
@rem if exist db-4.4.20 rd /s/q db-4.4.20
@rem if exist db-4.4.20 rd /s/q db-4.4.20
@rem if exist db-4.7.25.0 rd /s/q db-4.7.25.0
@rem if exist db-4.7.25.0 rd /s/q db-4.7.25.0
@rem if exist openssl-0.9.8y rd /s/q openssl-0.9.8y
@rem if exist openssl-0.9.8y rd /s/q openssl-0.9.8y
@rem if exist openssl-1.0.1g rd /s/q openssl-1.0.1g
@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
@rem bzip
@rem bzip
...
@@ -33,7 +34,8 @@ if exist db-4.4.20 rd /s/q db-4.4.20
...
@@ -33,7 +34,8 @@ if exist db-4.4.20 rd /s/q db-4.4.20
if not exist db-4.7.25.0 svn export http://svn.python.org/projects/external/db-4.7.25.0
if not exist db-4.7.25.0 svn export http://svn.python.org/projects/external/db-4.7.25.0
@rem OpenSSL
@rem OpenSSL
if not exist openssl-0.9.8y svn export http://svn.python.org/projects/external/openssl-0.9.8y
if exist openssl-0.9.8y rd /s/q openssl-0.9.8y
if not exist openssl-1.0.1g svn export http://svn.python.org/projects/external/openssl-1.0.1g
@rem tcl/tk
@rem tcl/tk
if not exist tcl-8.5.15.0 (
if not exist tcl-8.5.15.0 (
...
...
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