Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned.

This commit is contained in:
Georg Brandl 2008-05-17 19:15:58 +00:00
parent 2e08136b3c
commit 6e47a33e49
10 changed files with 18 additions and 24 deletions

View file

@ -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