diff options
| author | Tim Peters <tim.peters@gmail.com> | 2000-06-30 09:04:35 +0000 |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2000-06-30 09:04:35 +0000 |
| commit | c155f828faeb115f82d527d786da4f662ebcbbd8 (patch) | |
| tree | 1e71957242e3fc1cac65d1a604c998a257ab0a84 | |
| parent | 90a07913229ada1bb3011cfa08a1e56bca31daaf (diff) | |
| download | cpython-git-c155f828faeb115f82d527d786da4f662ebcbbd8.tar.gz | |
Making a tiny change to figure out what I'm going to screw up
by trying to use CVS under Windows at all ...
| -rw-r--r-- | PCbuild/readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 9c5436e085..ffdef46c2f 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -2,7 +2,8 @@ Building Python using VC++ 5.0 or 6.0 ------------------------------------- This directory is used to build Python for Win32 platforms, -e.g. Windows 95, 98 and NT. It requires Microsoft Visual C++ 5.x. +e.g. Windows 95, 98 and NT. It requires Microsoft Visual C++ 6.x +or 5.x. (For other Windows platforms and compilers, see ../PC/readme.txt.) Unlike previous versions, there's no longer a need to copy the project |
