diff options
author | Georg Brandl <georg@python.org> | 2008-05-17 19:15:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-17 19:15:58 (GMT) |
commit | 6e47a33e49f01c06d616a05331ea6493f33b3988 (patch) | |
tree | b0f8e76251cc46903e108dedd58314a913a6e047 /PC/os2vacpp/pyconfig.h | |
parent | 2e08136b3c1bc24794d08f1cb2929c5621bf3d3f (diff) | |
download | cpython-6e47a33e49f01c06d616a05331ea6493f33b3988.zip cpython-6e47a33e49f01c06d616a05331ea6493f33b3988.tar.gz cpython-6e47a33e49f01c06d616a05331ea6493f33b3988.tar.bz2 |
Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned.
Diffstat (limited to 'PC/os2vacpp/pyconfig.h')
-rw-r--r-- | PC/os2vacpp/pyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/os2vacpp/pyconfig.h b/PC/os2vacpp/pyconfig.h index f7d388c..2765b44 100644 --- a/PC/os2vacpp/pyconfig.h +++ b/PC/os2vacpp/pyconfig.h @@ -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) */ |