mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Renamed module tkinter to _tkinter, moved source to _tkinter.c
This commit is contained in:
parent
9715779810
commit
ba0311ecff
2 changed files with 7 additions and 7 deletions
|
@ -235,8 +235,8 @@ md5 md5module.c md5c.c
|
|||
# See the section "The Tk interface" in ../README for more info.
|
||||
|
||||
# *** Use ONE of the following two lines, see previous comments ***
|
||||
#tkinter tkintermodule.c -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
|
||||
#tkinter tkintermodule.c tkappinit.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk -ltcl -lX11
|
||||
#_tkinter _tkinter.c -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 ***
|
||||
#TKPATH=:$(DESTLIB)/tkinter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue