diff options
author | Guido van Rossum <guido@python.org> | 1998-04-11 02:31:30 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-11 02:31:30 (GMT) |
commit | 52f491526995695969aa4d4dc04477db0ce081d6 (patch) | |
tree | 95576854f4abff1003f33340cbf7166104aba907 /PC | |
parent | 38d8f4e1c23e9779bbc59efa585cdb26a0966321 (diff) | |
download | cpython-52f491526995695969aa4d4dc04477db0ce081d6.zip cpython-52f491526995695969aa4d4dc04477db0ce081d6.tar.gz cpython-52f491526995695969aa4d4dc04477db0ce081d6.tar.bz2 |
Oops, ".\DLLs" should be in the default path now.
Diffstat (limited to 'PC')
-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 a8a565e..a411ab8 100644 --- a/PC/config.h +++ b/PC/config.h @@ -64,7 +64,7 @@ you must define MS_NO_COREDLL (do not test this macro) */ #else #define COMPILER "[MSC (Unknown)]" #endif -#define PYTHONPATH ".\\lib;.\\lib\\plat-win;.\\lib\\lib-tk" +#define PYTHONPATH ".\\DLLs;.\\lib;.\\lib\\plat-win;.\\lib\\lib-tk" typedef int pid_t; #define WORD_BIT 32 #pragma warning(disable:4113) |