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
2808b744
Kaydet (Commit)
2808b744
authored
May 03, 2000
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove all references to stdwin.
üst
31c9a27c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
21 deletions
+1
-21
Setup.in
Modules/Setup.in
+1
-21
No files found.
Modules/Setup.in
Dosyayı görüntüle @
2808b744
...
@@ -79,7 +79,7 @@ TESTPATH=
...
@@ -79,7 +79,7 @@ TESTPATH=
# Path components for machine- or system-dependent modules and shared libraries
# Path components for machine- or system-dependent modules and shared libraries
MACHDEPPATH
=
:plat-
$(MACHDEP)
MACHDEPPATH
=
:plat-
$(MACHDEP)
COREPYTHONPATH
=
$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(
STDWINPATH)$(
TKPATH)
COREPYTHONPATH
=
$(DESTPATH)$(SITEPATH)$(TESTPATH)$(MACHDEPPATH)$(TKPATH)
PYTHONPATH
=
$(COREPYTHONPATH)
PYTHONPATH
=
$(COREPYTHONPATH)
...
@@ -184,26 +184,6 @@ socket socketmodule.c # socket(2); not on ancient System V
...
@@ -184,26 +184,6 @@ socket socketmodule.c # socket(2); not on ancient System V
#rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably)
#rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably)
# The stdwin module provides a simple, portable (between X11 and Mac)
# windowing interface. You need to ftp the STDWIN library, e.g. from
# ftp://ftp.cwi.nl/pub/stdwin. (If you get it elsewhere, be sure to
# get version 1.0 or higher!) The STDWIN variable must point to the
# STDWIN toplevel directory.
# Uncomment and edit as needed:
#STDWIN=/ufs/guido/src/stdwin
# Uncomment these lines:
#STDWINPATH=:lib-stdwin
#LIBTEXTEDIT=$(STDWIN)/$(MACHDEP)/Packs/textedit/libtextedit.a
#LIBX11STDWIN=$(STDWIN)/$(MACHDEP)/Ports/x11/libstdwin.a
#stdwin stdwinmodule.c -I$(STDWIN)/H $(LIBTEXTEDIT) $(LIBX11STDWIN) -lX11
# Use this instead of the last two lines above for alphanumeric stdwin:
#LIBALFASTDWIN=$(STDWIN)/$(MACHDEP)/Ports/alfa/libstdwin.a
#stdwin stdwinmodule.c -I$(STDWIN)/H $(LIBTEXTEDIT) $(LIBALFASTDWIN) -ltermcap
# The md5 module implements the RSA Data Security, Inc. MD5
# The md5 module implements the RSA Data Security, Inc. MD5
# Message-Digest Algorithm, described in RFC 1321. The necessary files
# Message-Digest Algorithm, described in RFC 1321. The necessary files
# md5c.c and md5.h are included here.
# md5c.c and md5.h are included here.
...
...
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