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

@ -66,7 +66,7 @@
#define PYCC_VACPP /* Define Indicator of C Compiler */
/* Platform Filesystem */
#define PYTHONPATH ".;.\\lib;.\\lib\\plat-win;.\\lib\\lib-tk"
#define PYTHONPATH ".;.\\lib;.\\lib\\plat-win"
#define DOSFILESYS /* OS/2 Uses the DOS File Naming Conventions */
/* #define IMPORT_8x3_NAMES (let's move up to long filenames) */