]> granicus.if.org Git - python/commitdiff
Updated Python version no to 1.5.
authorGuido van Rossum <guido@python.org>
Mon, 19 May 1997 20:01:57 +0000 (20:01 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 19 May 1997 20:01:57 +0000 (20:01 +0000)
Noted that we have used VC 4.2 and that 5.x should be able to convert it.

PC/readme.txt

index 4362a95503835131490e01d3af3b2e928a40a071..9de151c42e6331cc2d2c904ad43b954b446e30cc 100644 (file)
@@ -61,11 +61,11 @@ src         A subdirectory used only for VC++ version 1.5 Python
             directories instead.\r
 \r
 \r
-Microsoft Visual C++ Version 4.0 (32-bit Windows)\r
+Microsoft Visual C++ Version 4.x (32-bit Windows)\r
 =================================================\r
 \r
-(While we have done all our testing with VC version 4.0, we are\r
-confident that the same procedure will work for versions 4.1 and 4.2.)\r
+(For historic reasons this uses the filename "vc40"; it has been tested\r
+most recently with VC 4.2.  VC 5.x should be able to convert it.)\r
 \r
 The distributed Makefile is vc40.mak.  This file is distributed with\r
 CRLF line separators, otherwise Developer Studio won't like it.  It\r
@@ -79,12 +79,12 @@ additional project files vc40.ncb and vc40.mdp when you use the
 project.  The project contains six targets, which should be built in\r
 this order:\r
 \r
-python14    The Python core as a DLL, named python14.dll.\r
+python15    The Python core as a DLL, named python15.dll.\r
 \r
 python      The Python main program, named python.exe.  This should\r
             work as a console program under Windows 95 or NT, as well\r
             as under Windows 3.1(1) when using win32s.  It uses\r
-            python14.dll.\r
+            python15.dll.\r
 \r
 _tkinter    The optional _tkinter extension, _tkinter.dll; see below.\r
 \r
@@ -92,7 +92,7 @@ All end products of the compilation are placed in the subdirectory
 vc40 (which Developer Studio creates); object files are placed in\r
 vc40/tmp.  There are no separate Release and Debug project variants.\r
 Note that the python and _tkinter projects require that the\r
-python14.lib file exists in the vc40 subdirectory before they can be\r
+python15.lib file exists in the vc40 subdirectory before they can be\r
 built.\r
 \r
 *** How to build the _tkinter extension ***\r
@@ -110,9 +110,9 @@ Lib\tkinter subdirectory.
 Additional files and subdirectories for 32-bit Windows\r
 ======================================================\r
 \r
-python_nt.def  Exports definition file for python14.dll.\r
+python_nt.def  Exports definition file for python15.dll.\r
 \r
-python_nt.rc   Resource compiler input for python14.dll.\r
+python_nt.rc   Resource compiler input for python15.dll.\r
 \r
 dl_nt.c, getpath_nt.c, import_nt.c\r
                Additional sources used for 32-bit Windows features.\r