Change instructions to require use of PCbuild directory (instead of

just recommending it).  At Mark Hammond's request.
This commit is contained in:
Guido van Rossum 1997-09-03 16:11:19 +00:00
parent 9ca064fbb4
commit fd91056d59
1 changed files with 7 additions and 12 deletions

View File

@ -117,18 +117,13 @@ different again. Three project files (*.dsp) and a workspace file
(pcbuild.dsw) are provided in the subdirectory vc5x. (These are the (pcbuild.dsw) are provided in the subdirectory vc5x. (These are the
same three subprojects as discussed for VC++ 4.x.) same three subprojects as discussed for VC++ 4.x.)
To use these, create a new directory (I called it "pcbuild") in the To use these, copy the files from vc5x to the toplevel PCbuild
Python source directory, and copy the files from vc5x there. Then directory. Then open the pcbuild.dsw workspace file with Developer
simply open the pcbuild.dsw workspace file with Developer Studio. Studio. Select the Debug configuration (use Set Active
Select the Debug configuration (use Set Active Configuration... in the Configuration... in the Build menu) and build the python15 and python
Build menu) and build the python15 and python projects (in that projects (in that order). If you have Tcl/Tk 8.0 installed you can
order). If you have Tcl/Tk 8.0 installed you can also try building also try building the _tkinter project. If you plan to use the parser
the _tkinter project. module, also build that project.
The distributed files are text files with CRLF line terminators. You
can rename the workspace file (pcbuild.dsw), but since it refers to
the project files by name, you can't rename the individual project
files.
Additional files and subdirectories for 32-bit Windows Additional files and subdirectories for 32-bit Windows