mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned.
This commit is contained in:
parent
2e08136b3c
commit
6e47a33e49
10 changed files with 18 additions and 24 deletions
|
@ -80,7 +80,7 @@ WIN32 is still required for the locale module.
|
|||
#define MS_WIN32 /* only support win32 and greater. */
|
||||
#define MS_WINDOWS
|
||||
#ifndef PYTHONPATH
|
||||
# define PYTHONPATH L".\\DLLs;.\\lib;.\\lib\\plat-win;.\\lib\\lib-tk"
|
||||
# define PYTHONPATH L".\\DLLs;.\\lib;.\\lib\\plat-win"
|
||||
#endif
|
||||
#define NT_THREADS
|
||||
#define WITH_THREAD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue