mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to
plat-win, get rid of test (which is now a package).
This commit is contained in:
parent
b74eca9349
commit
ccf0a44d2d
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ you must define MS_NO_COREDLL (do not test this macro) */
|
||||||
#else
|
#else
|
||||||
#define COMPILER "[MSC (Unknown)]"
|
#define COMPILER "[MSC (Unknown)]"
|
||||||
#endif
|
#endif
|
||||||
#define PYTHONPATH ".\\lib;.\\lib\\win;.\\lib\\test;.\\lib\\tkinter"
|
#define PYTHONPATH ".\\lib;.\\lib\\plat-win;.\\lib\\lib-tk"
|
||||||
typedef int pid_t;
|
typedef int pid_t;
|
||||||
#define WORD_BIT 32
|
#define WORD_BIT 32
|
||||||
#pragma warning(disable:4113)
|
#pragma warning(disable:4113)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue