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
063ee7bb
Kaydet (Commit)
063ee7bb
authored
Kas 03, 2000
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix Makefile so at least it uses Python 2.0, and compiles out of the
box on Linux.
üst
2cffc7d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Demo/pysvr/Makefile
+2
-2
No files found.
Demo/pysvr/Makefile
Dosyayı görüntüle @
063ee7bb
...
@@ -13,7 +13,7 @@ OPT=-g
...
@@ -13,7 +13,7 @@ OPT=-g
# Where Python is installed, and which version
# Where Python is installed, and which version
INST
=
/usr/local
INST
=
/usr/local
VER
=
1.5
VER
=
2.0
# Expressions using the above definitions -- no need to change
# Expressions using the above definitions -- no need to change
PYVER
=
python
$(VER)
PYVER
=
python
$(VER)
...
@@ -28,7 +28,7 @@ PYLIBS=$(PYC)/lib$(PYVER).a
...
@@ -28,7 +28,7 @@ PYLIBS=$(PYC)/lib$(PYVER).a
# Libraries to link with -- very installation dependent
# Libraries to link with -- very installation dependent
# (See LIBS= in Modules/Makefile in build tree)
# (See LIBS= in Modules/Makefile in build tree)
RLLIBS
=
-lreadline
-ltermcap
RLLIBS
=
-lreadline
-ltermcap
OTHERLIBS
=
-l
socket
-lnsl
-lpthread
-ldl
-lm
OTHERLIBS
=
-l
nsl
-lpthread
-ldl
-lm
-ldb
-lutil
# Compilation and link flags -- no need to change normally
# Compilation and link flags -- no need to change normally
CFLAGS
=
$(PYINCL)
$(OPT)
CFLAGS
=
$(PYINCL)
$(OPT)
...
...
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