diff options
author | Tim Peters <tim.peters@gmail.com> | 2000-09-19 00:38:35 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2000-09-19 00:38:35 (GMT) |
commit | 0344424793599e005b7071dd0338f508ac0d5168 (patch) | |
tree | 88e7f27637191bb0f724eeb1916bf07f3af2bc30 /README | |
parent | 30f867423a6cc1c0c2fea742e76aa8e288028894 (diff) | |
download | cpython-0344424793599e005b7071dd0338f508ac0d5168.zip cpython-0344424793599e005b7071dd0338f508ac0d5168.tar.gz cpython-0344424793599e005b7071dd0338f508ac0d5168.tar.bz2 |
Updated Windows build info.
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -686,10 +686,9 @@ however this assumes that you only need to add modules.) Building on non-UNIX systems ---------------------------- -For Windows 95/98 or NT, assuming you have MS VC++ 5.0 or 6.0, the -project files are in PCbuild, the workspace is pcbuild.dsw. (The -project files are for VC++ 5.0, but VC++ 6.0 will convert them for -you -- start VC++ and then use Open Workspace.) +For Windows (2000/NT/ME/98/95), assuming you have MS VC++ 6.0, 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 OS/2, enter the directory "PC" and read the file "readme.txt". |