Skip to content

Commit fd91056

Browse files
committed
Change instructions to require use of PCbuild directory (instead of
just recommending it). At Mark Hammond's request.
1 parent 9ca064f commit fd91056

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

PC/readme.txt

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff 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
118118
same 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

134129
Additional files and subdirectories for 32-bit Windows

0 commit comments

Comments
 (0)