commit | 6e47a33e49f01c06d616a05331ea6493f33b3988 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat May 17 19:15:58 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat May 17 19:15:58 2008 +0000 |
tree | b0f8e76251cc46903e108dedd58314a913a6e047 | |
parent | 2e08136b3c1bc24794d08f1cb2929c5621bf3d3f [diff] [blame] |
Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned.
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index e38e823..b64561b 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h
@@ -80,7 +80,7 @@ #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