@@ -79,7 +79,7 @@ TESTPATH=
7979# Path components for machine- or system-dependent modules and shared libraries
8080MACHDEPPATH =:plat-$(MACHDEP )
8181
82- COREPYTHONPATH =$(DESTPATH )$(SITEPATH )$(TESTPATH )$(MACHDEPPATH )$(STDWINPATH )$( TKPATH )
82+ COREPYTHONPATH =$(DESTPATH )$(SITEPATH )$(TESTPATH )$(MACHDEPPATH )$(TKPATH )
8383PYTHONPATH =$(COREPYTHONPATH )
8484
8585
@@ -184,26 +184,6 @@ socket socketmodule.c # socket(2); not on ancient System V
184184# rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably)
185185
186186
187- # The stdwin module provides a simple, portable (between X11 and Mac)
188- # windowing interface. You need to ftp the STDWIN library, e.g. from
189- # ftp://ftp.cwi.nl/pub/stdwin. (If you get it elsewhere, be sure to
190- # get version 1.0 or higher!) The STDWIN variable must point to the
191- # STDWIN toplevel directory.
192-
193- # Uncomment and edit as needed:
194- # STDWIN=/ufs/guido/src/stdwin
195-
196- # Uncomment these lines:
197- # STDWINPATH=:lib-stdwin
198- # LIBTEXTEDIT=$(STDWIN)/$(MACHDEP)/Packs/textedit/libtextedit.a
199- # LIBX11STDWIN=$(STDWIN)/$(MACHDEP)/Ports/x11/libstdwin.a
200- # stdwin stdwinmodule.c -I$(STDWIN)/H $(LIBTEXTEDIT) $(LIBX11STDWIN) -lX11
201-
202- # Use this instead of the last two lines above for alphanumeric stdwin:
203- # LIBALFASTDWIN=$(STDWIN)/$(MACHDEP)/Ports/alfa/libstdwin.a
204- # stdwin stdwinmodule.c -I$(STDWIN)/H $(LIBTEXTEDIT) $(LIBALFASTDWIN) -ltermcap
205-
206-
207187# The md5 module implements the RSA Data Security, Inc. MD5
208188# Message-Digest Algorithm, described in RFC 1321. The necessary files
209189# md5c.c and md5.h are included here.
0 commit comments