Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2028dd0

Browse files
committed
Replaced the VC++ 5.x instructions with a pointer to ../PCbuild.
1 parent 9c1bc5b commit 2028dd0

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

PC/readme.txt

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Welcome to the "PC" subdirectory of the Python distribution!
22
************************************************************
33

4+
(NOTE: the project files for MS VC++ 5.x are now in the PCbuild
5+
directory. See the file readme.txt there for instructions.)
46

57
This "PC" subdirectory contains complete project files to make
68
several PC ports of Python, as well as all the PC-specific
@@ -68,7 +70,7 @@ Microsoft Visual C++ Version 4.x (32-bit Windows)
6870
=================================================
6971

7072
(For historic reasons this uses the filename "vc40"; it has been tested
71-
most recently with VC 4.2. See below for VC 5.x.)
73+
most recently with VC 4.2. See ../PCbuild for VC 5.x.)
7274

7375
NOTE: VC 4.2 support is eroding, as I no longer have a VC 4.2
7476
installation. Some newer files need to be added to the project.
@@ -112,22 +114,6 @@ those files in the PC subdirectory. In order to use _tkinter, the
112114
Tkinter.py module must be on PYTHONPATH. It is found in the
113115
Lib\tkinter subdirectory.
114116

115-
Microsoft Visual C++ Version 5.x (Developer Studio)
116-
===================================================
117-
118-
For Visual C++ 5.x (Developer Studio) the instructions are somewhat
119-
different again. Three project files (*.dsp) and a workspace file
120-
(pcbuild.dsw) are provided in the subdirectory vc5x. (These are the
121-
same three subprojects as discussed for VC++ 4.x.)
122-
123-
To use these, copy the files from vc5x to the toplevel PCbuild
124-
directory. Then open the pcbuild.dsw workspace file with Developer
125-
Studio. Select the Debug configuration (use Set Active
126-
Configuration... in the Build menu) and build the python15 and python
127-
projects (in that order). If you have Tcl/Tk 8.0 installed you can
128-
also try building the _tkinter project. If you plan to use the parser
129-
module, also build that project.
130-
131117

132118
Additional files and subdirectories for 32-bit Windows
133119
======================================================

0 commit comments

Comments
 (0)