diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-12-24 08:28:28 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-12-24 08:28:28 (GMT) |
commit | 2eba0d6eb20700dbb3b45c43a406a5944668d084 (patch) | |
tree | c5a71f7c503595099971704599b1ed21e19a563f /README | |
parent | 7dbeed7d2eb6ab36c2df0a3a7c89331a135cc419 (diff) | |
download | cpython-2eba0d6eb20700dbb3b45c43a406a5944668d084.zip cpython-2eba0d6eb20700dbb3b45c43a406a5944668d084.tar.gz cpython-2eba0d6eb20700dbb3b45c43a406a5944668d084.tar.bz2 |
Update VC references. Backported to 2.4.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1069,11 +1069,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, |