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
00bd2e58
Kaydet (Commit)
00bd2e58
authored
Ock 12, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
adde cmath; added version numbers to tk/tcl libs
üst
32062686
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Setup.in
Modules/Setup.in
+2
-1
No files found.
Modules/Setup.in
Dosyayı görüntüle @
00bd2e58
...
@@ -99,6 +99,7 @@ signal signalmodule.c # signal(2)
...
@@ -99,6 +99,7 @@ signal signalmodule.c # signal(2)
# Modules that should always be present (non UNIX dependent):
# Modules that should always be present (non UNIX dependent):
array arraymodule.c # array objects
array arraymodule.c # array objects
cmath cmathmodule.c # complex math library functions
math mathmodule.c -lm # math library functions, e.g. sin()
math mathmodule.c -lm # math library functions, e.g. sin()
regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style
regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style
strop stropmodule.c # fast string operations implemented in C
strop stropmodule.c # fast string operations implemented in C
...
@@ -235,7 +236,7 @@ md5 md5module.c md5c.c
...
@@ -235,7 +236,7 @@ md5 md5module.c md5c.c
# See the section "The Tk interface" in ../README for more info.
# See the section "The Tk interface" in ../README for more info.
# *** Use ONE of the following two lines, see previous comments ***
# *** Use ONE of the following two lines, see previous comments ***
#_tkinter _tkinter.c -I/usr/local/include -L/usr/local/lib -ltk
-ltcl
-lX11
#_tkinter _tkinter.c -I/usr/local/include -L/usr/local/lib -ltk
4.0 -ltcl7.4
-lX11
#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
# *** ALWAYS use this line as well ***
# *** ALWAYS use this line as well ***
...
...
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