@@ -61,11 +61,11 @@ src A subdirectory used only for VC++ version 1.5 Python
6161 directories instead.
6262
6363
64- Microsoft Visual C++ Version 4.0 (32-bit Windows)
64+ Microsoft Visual C++ Version 4.x (32-bit Windows)
6565=================================================
6666
67- (While we have done all our testing with VC version 4.0, we are
68- confident that the same procedure will work for versions 4.1 and 4.2 .)
67+ (For historic reasons this uses the filename "vc40"; it has been tested
68+ most recently with VC 4.2. VC 5.x should be able to convert it .)
6969
7070The distributed Makefile is vc40.mak. This file is distributed with
7171CRLF line separators, otherwise Developer Studio won't like it. It
@@ -79,20 +79,20 @@ additional project files vc40.ncb and vc40.mdp when you use the
7979project. The project contains six targets, which should be built in
8080this order:
8181
82- python14 The Python core as a DLL, named python14 .dll.
82+ python15 The Python core as a DLL, named python15 .dll.
8383
8484python The Python main program, named python.exe. This should
8585 work as a console program under Windows 95 or NT, as well
8686 as under Windows 3.1(1) when using win32s. It uses
87- python14 .dll.
87+ python15 .dll.
8888
8989_tkinter The optional _tkinter extension, _tkinter.dll; see below.
9090
9191All end products of the compilation are placed in the subdirectory
9292vc40 (which Developer Studio creates); object files are placed in
9393vc40/tmp. There are no separate Release and Debug project variants.
9494Note that the python and _tkinter projects require that the
95- python14 .lib file exists in the vc40 subdirectory before they can be
95+ python15 .lib file exists in the vc40 subdirectory before they can be
9696built.
9797
9898*** How to build the _tkinter extension ***
@@ -110,9 +110,9 @@ Lib\tkinter subdirectory.
110110Additional files and subdirectories for 32-bit Windows
111111======================================================
112112
113- python_nt.def Exports definition file for python14 .dll.
113+ python_nt.def Exports definition file for python15 .dll.
114114
115- python_nt.rc Resource compiler input for python14 .dll.
115+ python_nt.rc Resource compiler input for python15 .dll.
116116
117117dl_nt.c, getpath_nt.c, import_nt.c
118118 Additional sources used for 32-bit Windows features.
0 commit comments