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
3e9ac99f
Kaydet (Commit)
3e9ac99f
authored
Kas 24, 2007
tarafından
Christian Heimes
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Backport of fixes from py3k branch
svn merge -r59131:HEAD ../../py3k/PCbuild9/ .
üst
ffcd1e10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
_sqlite3.vcproj
PCbuild9/_sqlite3.vcproj
+0
-0
build_ssl.py
PCbuild9/build_ssl.py
+7
-0
No files found.
PCbuild9/_sqlite3.vcproj
Dosyayı görüntüle @
3e9ac99f
This diff is collapsed.
Click to expand it.
PCbuild9/build_ssl.py
Dosyayı görüntüle @
3e9ac99f
...
@@ -131,6 +131,13 @@ def fix_makefile(makefile):
...
@@ -131,6 +131,13 @@ def fix_makefile(makefile):
line
=
"CP=copy
\n
"
line
=
"CP=copy
\n
"
if
line
.
startswith
(
"MKDIR="
):
if
line
.
startswith
(
"MKDIR="
):
line
=
"MKDIR=mkdir
\n
"
line
=
"MKDIR=mkdir
\n
"
if
line
.
startswith
(
"CFLAG="
):
line
=
line
.
strip
()
for
algo
in
(
"RC5"
,
"MDC2"
,
"IDEA"
):
noalgo
=
" -DOPENSSL_NO_
%
s"
%
algo
if
noalgo
not
in
line
:
line
=
line
+
noalgo
line
=
line
+
'
\n
'
fout
.
write
(
line
)
fout
.
write
(
line
)
def
run_configure
(
configure
,
do_script
):
def
run_configure
(
configure
,
do_script
):
...
...
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