mirror of https://github.com/python/cpython.git
Longer default PYTHONPATH will find test, tkinter, and shared modules
in the build tree, when the current directory is the build tree root.
This commit is contained in:
parent
df4549ec5d
commit
e0332c7173
|
@ -68,7 +68,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"
|
#define PYTHONPATH ".\\lib;.\\lib\\win;\\lib\\test;\\lib\\tkinter;.\\vc40"
|
||||||
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…
Reference in New Issue