Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2028dd04
Commit
2028dd04
authored
May 26, 1998
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replaced the VC++ 5.x instructions with a pointer to ../PCbuild.
parent
9c1bc5b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
17 deletions
+3
-17
PC/readme.txt
PC/readme.txt
+3
-17
No files found.
PC/readme.txt
View file @
2028dd04
Welcome to the "PC" subdirectory of the Python distribution!
************************************************************
(NOTE: the project files for MS VC++ 5.x are now in the PCbuild
directory. See the file readme.txt there for instructions.)
This "PC" subdirectory contains complete project files to make
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)
=================================================
(For historic reasons this uses the filename "vc40"; it has been tested
most recently with VC 4.2. See
below
for VC 5.x.)
most recently with VC 4.2. See
../PCbuild
for VC 5.x.)
NOTE: VC 4.2 support is eroding, as I no longer have a VC 4.2
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
Tkinter.py module must be on PYTHONPATH. It is found in the
Lib\tkinter subdirectory.
Microsoft Visual C++ Version 5.x (Developer Studio)
===================================================
For Visual C++ 5.x (Developer Studio) the instructions are somewhat
different again. Three project files (*.dsp) and a workspace file
(pcbuild.dsw) are provided in the subdirectory vc5x. (These are the
same three subprojects as discussed for VC++ 4.x.)
To use these, copy the files from vc5x to the toplevel PCbuild
directory. Then open the pcbuild.dsw workspace file with Developer
Studio. Select the Debug configuration (use Set Active
Configuration... in the Build menu) and build the python15 and python
projects (in that order). If you have Tcl/Tk 8.0 installed you can
also try building the _tkinter project. If you plan to use the parser
module, also build that project.
Additional files and subdirectories for 32-bit Windows
======================================================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment