Oops, ".\DLLs" should be in the default path now.

This commit is contained in:
Guido van Rossum 1998-04-11 02:31:30 +00:00
parent 38d8f4e1c2
commit 52f4915269
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ you must define MS_NO_COREDLL (do not test this macro) */
#else #else
#define COMPILER "[MSC (Unknown)]" #define COMPILER "[MSC (Unknown)]"
#endif #endif
#define PYTHONPATH ".\\lib;.\\lib\\plat-win;.\\lib\\lib-tk" #define PYTHONPATH ".\\DLLs;.\\lib;.\\lib\\plat-win;.\\lib\\lib-tk"
typedef int pid_t; typedef int pid_t;
#define WORD_BIT 32 #define WORD_BIT 32
#pragma warning(disable:4113) #pragma warning(disable:4113)