1- Building Python using VC++ 5.x
2- ------------------------------
1+ Building Python using VC++ 5.0 or 6.0
2+ -------------------------------------
33
44This directory is used to build Python for Win32 platforms,
55e.g. Windows 95, 98 and NT. It requires Microsoft Visual C++ 5.x.
@@ -15,7 +15,7 @@ Configuration... in the Build menu), and build the projects.
1515
1616The proper order to build is
1717
18- 1) python15 (this builds python15 .dll and python15 .lib)
18+ 1) python16 (this builds python16 .dll and python16 .lib)
19192) python (this builds python.exe)
20203) the other subprojects
2121
@@ -26,13 +26,14 @@ to change the project settings to point to the right include files,
2626libraries etc.
2727
2828When using the Debug setting, the output files have a _d added to
29- their name: python15_d .dll, python_d.exe, parser_d.pyd, and so on.
29+ their name: python16_d .dll, python_d.exe, parser_d.pyd, and so on.
3030
3131If you want to create your own extension module DLL, there's an
3232example with easy-to-follow instructions in ../PC/example/; read the
3333file readme.txt there first.
3434
3535Pointers:
36- Tcl/Tk http://sunscript.sun.com/ or http://www.scriptics.com
36+ Python http://www.python.org
37+ Tcl/Tk http://dev.scriptics.com
3738zlib http://www.winimage.com/zLibDll
3839bsddb Sam Rushing's web/ftp site
0 commit comments