commit | e0332c71737f85dd616bf5aa0a9141e466c82cc0 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue May 13 19:21:22 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue May 13 19:21:22 1997 +0000 |
tree | bf29abab531c832cadadb11fe14067e643f1721e | |
parent | df4549ec5d24d03e6896cfd92bbba379ffac20dc [diff] [blame] |
Longer default PYTHONPATH will find test, tkinter, and shared modules in the build tree, when the current directory is the build tree root.
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 @@ #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)