diff options
author | Guido van Rossum <guido@python.org> | 1997-11-22 21:56:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-22 21:56:10 (GMT) |
commit | d3af2f38154a4615b768b5c149bec28d3059c58f (patch) | |
tree | 2d97f0b6e57baf9b21e84af1dd54faddbfc4d2fa /PC | |
parent | f5578e44499659cb0e29572a2f2c5d34d8fc4fe7 (diff) | |
download | cpython-d3af2f38154a4615b768b5c149bec28d3059c58f.zip cpython-d3af2f38154a4615b768b5c149bec28d3059c58f.tar.gz cpython-d3af2f38154a4615b768b5c149bec28d3059c58f.tar.bz2 |
win -> plat-win
Diffstat (limited to 'PC')
-rw-r--r-- | PC/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PC/config.h b/PC/config.h index 8a767ff..43ec3ec 100644 --- a/PC/config.h +++ b/PC/config.h @@ -91,7 +91,7 @@ typedef int pid_t; #define COMPILER "[MSC 16-bit]" #define MS_WIN16 #define MS_WINDOWS -#define PYTHONPATH ".;.\\lib;.\\lib\\win;.\\lib\\dos_8x3" +#define PYTHONPATH ".;.\\lib;.\\lib\\plat-win;.\\lib\\dos-8x3" #define IMPORT_8x3_NAMES typedef int pid_t; #define WORD_BIT 16 @@ -138,7 +138,7 @@ int sscanf(const char *, const char *, ...); /* The Watcom compiler defines __WATCOMC__ */ #ifdef __WATCOMC__ #define COMPILER "[Watcom]" -#define PYTHONPATH ".;.\\lib;.\\lib\\win;.\\lib\\dos_8x3" +#define PYTHONPATH ".;.\\lib;.\\lib\\plat-win;.\\lib\\dos-8x3" #define IMPORT_8x3_NAMES #include <ctype.h> #include <direct.h> @@ -174,7 +174,7 @@ typedef int pid_t; /* XXX These defines are likely incomplete, but should be easy to fix. */ #ifdef __BORLANDC__ #define COMPILER "[Borland]" -#define PYTHONPATH ".;.\\lib;.\\lib\\win;.\\lib\\dos_8x3" +#define PYTHONPATH ".;.\\lib;.\\lib\\plat-win;.\\lib\\dos-8x3" #define IMPORT_8x3_NAMES #define HAVE_CLOCK #define HAVE_STRFTIME |