]> granicus.if.org Git - python/commitdiff
Oops, ".\DLLs" should be in the default path now.
authorGuido van Rossum <guido@python.org>
Sat, 11 Apr 1998 02:31:30 +0000 (02:31 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 11 Apr 1998 02:31:30 +0000 (02:31 +0000)
PC/config.h

index a8a565efda0e5aec9e2f92f2c727a8a1499a06d7..a411ab87a7ab09b283796f1378149b966d54efff 100644 (file)
@@ -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)