diff options
author | 2004-12-24 08:27:20 +0000 | |
---|---|---|
committer | 2004-12-24 08:27:20 +0000 | |
commit | 938118a0d89faf3fe2f621a4817ed501ff41aef9 (patch) | |
tree | abfae802a599b61f83209241b93e6dbff41fb5b9 /README | |
parent | use = instead of == as operator for test (diff) | |
download | cpython-938118a0d89faf3fe2f621a4817ed501ff41aef9.tar.gz cpython-938118a0d89faf3fe2f621a4817ed501ff41aef9.tar.bz2 cpython-938118a0d89faf3fe2f621a4817ed501ff41aef9.zip |
Update VC references.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1073,11 +1073,11 @@ however this assumes that you only need to add modules.) Building on non-UNIX systems ---------------------------- -For Windows (2000/NT/ME/98/95), assuming you have MS VC++ 6.0, the +For Windows (2000/NT/ME/98/95), assuming you have MS VC++ 7.1, the project files are in PCbuild, the workspace is pcbuild.dsw. See PCbuild\readme.txt for detailed instructions. -For other non-Unix Windows compilers, in particular Windows 3.1 and +For other non-Unix Windows compilers, in particular MS VC++ 6.0 and for OS/2, enter the directory "PC" and read the file "readme.txt". For the Mac, a separate source distribution will be made available, |