|
1 | 1 | Welcome to the "PC" subdirectory of the Python distribution! |
2 | 2 | ************************************************************ |
3 | 3 |
|
| 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.) |
4 | 6 |
|
5 | 7 | This "PC" subdirectory contains complete project files to make |
6 | 8 | 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) |
68 | 70 | ================================================= |
69 | 71 |
|
70 | 72 | (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.) |
72 | 74 |
|
73 | 75 | NOTE: VC 4.2 support is eroding, as I no longer have a VC 4.2 |
74 | 76 | 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 |
112 | 114 | Tkinter.py module must be on PYTHONPATH. It is found in the |
113 | 115 | Lib\tkinter subdirectory. |
114 | 116 |
|
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 | | - |
131 | 117 |
|
132 | 118 | Additional files and subdirectories for 32-bit Windows |
133 | 119 | ====================================================== |
|
0 commit comments