File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,18 +117,13 @@ different again. Three project files (*.dsp) and a workspace file
117117(pcbuild.dsw) are provided in the subdirectory vc5x. (These are the
118118same three subprojects as discussed for VC++ 4.x.)
119119
120- To use these, create a new directory (I called it "pcbuild") in the
121- Python source directory, and copy the files from vc5x there. Then
122- simply open the pcbuild.dsw workspace file with Developer Studio.
123- Select the Debug configuration (use Set Active Configuration... in the
124- Build menu) and build the python15 and python projects (in that
125- order). If you have Tcl/Tk 8.0 installed you can also try building
126- the _tkinter project.
127-
128- The distributed files are text files with CRLF line terminators. You
129- can rename the workspace file (pcbuild.dsw), but since it refers to
130- the project files by name, you can't rename the individual project
131- files.
120+ To use these, copy the files from vc5x to the toplevel PCbuild
121+ directory. Then open the pcbuild.dsw workspace file with Developer
122+ Studio. Select the Debug configuration (use Set Active
123+ Configuration... in the Build menu) and build the python15 and python
124+ projects (in that order). If you have Tcl/Tk 8.0 installed you can
125+ also try building the _tkinter project. If you plan to use the parser
126+ module, also build that project.
132127
133128
134129Additional files and subdirectories for 32-bit Windows
You can’t perform that action at this time.
0 commit comments