summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-04-11 02:31:30 (GMT)
committerGuido van Rossum <guido@python.org>1998-04-11 02:31:30 (GMT)
commit52f491526995695969aa4d4dc04477db0ce081d6 (patch)
tree95576854f4abff1003f33340cbf7166104aba907
parent38d8f4e1c23e9779bbc59efa585cdb26a0966321 (diff)
downloadcpython-52f491526995695969aa4d4dc04477db0ce081d6.zip
cpython-52f491526995695969aa4d4dc04477db0ce081d6.tar.gz
cpython-52f491526995695969aa4d4dc04477db0ce081d6.tar.bz2
Oops, ".\DLLs" should be in the default path now.
-rw-r--r--PC/config.h2
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)