diff options
author | Guido van Rossum <guido@python.org> | 1997-05-13 19:21:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-13 19:21:22 (GMT) |
commit | e0332c71737f85dd616bf5aa0a9141e466c82cc0 (patch) | |
tree | bf29abab531c832cadadb11fe14067e643f1721e /PC/config.h | |
parent | df4549ec5d24d03e6896cfd92bbba379ffac20dc (diff) | |
download | cpython-e0332c71737f85dd616bf5aa0a9141e466c82cc0.zip cpython-e0332c71737f85dd616bf5aa0a9141e466c82cc0.tar.gz cpython-e0332c71737f85dd616bf5aa0a9141e466c82cc0.tar.bz2 |
Longer default PYTHONPATH will find test, tkinter, and shared modules
in the build tree, when the current directory is the build tree root.
Diffstat (limited to 'PC/config.h')
-rw-r--r-- | PC/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/config.h b/PC/config.h index 0d18d4b..80ffdec 100644 --- a/PC/config.h +++ b/PC/config.h @@ -68,7 +68,7 @@ you must define MS_NO_COREDLL (do not test this macro) */ #else #define COMPILER "[MSC (Unknown)]" #endif -#define PYTHONPATH ".\\lib;.\\lib\\win" +#define PYTHONPATH ".\\lib;.\\lib\\win;\\lib\\test;\\lib\\tkinter;.\\vc40" typedef int pid_t; #define WORD_BIT 32 #pragma warning(disable:4113) |