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
64e718e6
Kaydet (Commit)
64e718e6
authored
Ock 11, 2009
tarafından
Hirokazu Yamamoto
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed version number in build_ssl.bat.
üst
e1e6ed1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
build_ssl.bat
PC/VS8.0/build_ssl.bat
+2
-2
build_ssl.bat
PCbuild/build_ssl.bat
+2
-2
No files found.
PC/VS8.0/build_ssl.bat
Dosyayı görüntüle @
64e718e6
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
if not defined HOST_PYTHON (
if not defined HOST_PYTHON (
if %1 EQU Debug (
if %1 EQU Debug (
set HOST_PYTHON=python_d.exe
set HOST_PYTHON=python_d.exe
if not exist python
30
_d.dll exit 1
if not exist python
26
_d.dll exit 1
) ELSE (
) ELSE (
set HOST_PYTHON=python.exe
set HOST_PYTHON=python.exe
if not exist python
30
.dll exit 1
if not exist python
26
.dll exit 1
)
)
)
)
%HOST_PYTHON% build_ssl.py %1 %2 %3
%HOST_PYTHON% build_ssl.py %1 %2 %3
...
...
PCbuild/build_ssl.bat
Dosyayı görüntüle @
64e718e6
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
if not defined HOST_PYTHON (
if not defined HOST_PYTHON (
if %1 EQU Debug (
if %1 EQU Debug (
set HOST_PYTHON=python_d.exe
set HOST_PYTHON=python_d.exe
if not exist python
30
_d.dll exit 1
if not exist python
26
_d.dll exit 1
) ELSE (
) ELSE (
set HOST_PYTHON=python.exe
set HOST_PYTHON=python.exe
if not exist python
30
.dll exit 1
if not exist python
26
.dll exit 1
)
)
)
)
%HOST_PYTHON% build_ssl.py %1 %2 %3
%HOST_PYTHON% build_ssl.py %1 %2 %3
...
...
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