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
af78e47f
Kaydet (Commit)
af78e47f
authored
Ara 04, 2008
tarafından
Christian Heimes
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
More 3.0 -> 3.1 transistion in the Windows and OS/2 build files
üst
73629da1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
build_ssl.bat
PC/VS8.0/build_ssl.bat
+2
-2
kill_python.c
PC/VS8.0/kill_python.c
+1
-1
python27.def
PC/os2emx/python27.def
+0
-0
build_ssl.bat
PCbuild/build_ssl.bat
+2
-2
No files found.
PC/VS8.0/build_ssl.bat
Dosyayı görüntüle @
af78e47f
...
...
@@ -2,10 +2,10 @@
if not defined HOST_PYTHON (
if %1 EQU Debug (
set HOST_PYTHON=python_d.exe
if not exist python3
0
_d.dll exit 1
if not exist python3
1
_d.dll exit 1
) ELSE (
set HOST_PYTHON=python.exe
if not exist python3
0
.dll exit 1
if not exist python3
1
.dll exit 1
)
)
%HOST_PYTHON% build_ssl.py %1 %2 %3
...
...
PC/VS8.0/kill_python.c
Dosyayı görüntüle @
af78e47f
...
...
@@ -106,7 +106,7 @@ main(int argc, char **argv)
/*
* XXX TODO: if we really wanted to be fancy, we could check the
* modules for all processes (not just the python[_d].exe ones)
* and see if any of our DLLs are loaded (i.e. python3
0
[_d].dll),
* and see if any of our DLLs are loaded (i.e. python3
1
[_d].dll),
* as that would also inhibit our ability to rebuild the solution.
* Not worth loosing sleep over though; for now, a simple check
* for just the python executable should be sufficient.
...
...
PC/os2emx/python2
6
.def
→
PC/os2emx/python2
7
.def
Dosyayı görüntüle @
af78e47f
File moved
PCbuild/build_ssl.bat
Dosyayı görüntüle @
af78e47f
...
...
@@ -2,10 +2,10 @@
if not defined HOST_PYTHON (
if %1 EQU Debug (
set HOST_PYTHON=python_d.exe
if not exist python3
0
_d.dll exit 1
if not exist python3
1
_d.dll exit 1
) ELSE (
set HOST_PYTHON=python.exe
if not exist python3
0
.dll exit 1
if not exist python3
1
.dll exit 1
)
)
%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