Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a29b360

Browse files
committed
Updated for Python 1.6 and VC++ 6.0.
1 parent 9c94a88 commit a29b360

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

PCbuild/readme.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Building Python using VC++ 5.x
2-
------------------------------
1+
Building Python using VC++ 5.0 or 6.0
2+
-------------------------------------
33

44
This directory is used to build Python for Win32 platforms,
55
e.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

1616
The 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)
1919
2) python (this builds python.exe)
2020
3) the other subprojects
2121

@@ -26,13 +26,14 @@ to change the project settings to point to the right include files,
2626
libraries etc.
2727

2828
When 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

3131
If you want to create your own extension module DLL, there's an
3232
example with easy-to-follow instructions in ../PC/example/; read the
3333
file readme.txt there first.
3434

3535
Pointers:
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
3738
zlib http://www.winimage.com/zLibDll
3839
bsddb Sam Rushing's web/ftp site

0 commit comments

Comments
 (0)