Kaydet (Commit) ccf0a44d authored tarafından Guido van Rossum's avatar Guido van Rossum

Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to

plat-win, get rid of test (which is now a package).
üst b74eca93
......@@ -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\\win;.\\lib\\test;.\\lib\\tkinter"
#define PYTHONPATH ".\\lib;.\\lib\\plat-win;.\\lib\\lib-tk"
typedef int pid_t;
#define WORD_BIT 32
#pragma warning(disable:4113)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment