diff options
author | Guido van Rossum <guido@python.org> | 1997-09-08 01:54:43 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-09-08 01:54:43 (GMT) |
commit | ab61c6b290e0fda826b2b0ddc5599001c45000b5 (patch) | |
tree | 7045f6cf32197d8f827207367a57caf8cc8dd694 /Modules/Setup.in | |
parent | 38bbbc733fe53cdb96482d60d7626fcac62411d8 (diff) | |
download | cpython-ab61c6b290e0fda826b2b0ddc5599001c45000b5.zip cpython-ab61c6b290e0fda826b2b0ddc5599001c45000b5.tar.gz cpython-ab61c6b290e0fda826b2b0ddc5599001c45000b5.tar.bz2 |
Change the names of the subdirectories tkinter and stdwin to
lib-tk and lib-stdwin. (BTW this was also done in the previous
checkin of (toplevel)/Makefile.in, though not noted in the checkin
message.)
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 8f9c12b..3eb30c5 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -179,7 +179,7 @@ errno errnomodule.c # posix (UNIX) errno values #STDWIN=/ufs/guido/src/stdwin # Uncomment these lines: -#STDWINPATH=:stdwin +#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 @@ -263,7 +263,7 @@ md5 md5module.c md5c.c # Change the -l arguments to use Tcl 7.4 and Tk 4.0! # *** ALWAYS enable this line: -#TKPATH=:tkinter +#TKPATH=:lib-tk # *** Enable *one* of the following lines: # For Solaris: |