summaryrefslogtreecommitdiffstats
path: root/Tools/freeze/README
diff options
context:
space:
mode:
authorPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-24 16:02:00 (GMT)
committerPeter Schneider-Kamp <nowonder@nowonder.de>2000-07-24 16:02:00 (GMT)
commit332c59c4efafd7b1f841dd144fa3843c8476de6e (patch)
treece7c797694ba7bbbd7371f6d7fe4a2bfd9cff481 /Tools/freeze/README
parent5c669860e61d332906993776a68e973dfc85d827 (diff)
downloadcpython-332c59c4efafd7b1f841dd144fa3843c8476de6e.zip
cpython-332c59c4efafd7b1f841dd144fa3843c8476de6e.tar.gz
cpython-332c59c4efafd7b1f841dd144fa3843c8476de6e.tar.bz2
change some occurence of python15.dll to python20.dll
closes patch #100956
Diffstat (limited to 'Tools/freeze/README')
-rw-r--r--Tools/freeze/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/freeze/README b/Tools/freeze/README
index 5617eee..fcdd670 100644
--- a/Tools/freeze/README
+++ b/Tools/freeze/README
@@ -143,7 +143,7 @@ Under Windows 95 or NT, you *must* use the -p option and point it to
the top of the Python source tree.
WARNING: the resulting executable is not self-contained; it requires
-the Python DLL, currently PYTHON15.DLL (it does not require the
+the Python DLL, currently PYTHON20.DLL (it does not require the
standard library of .py files though). It may also require one or
more extension modules loaded from .DLL or .PYD files; the module
names are printed in the warning message about remaining unknown
@@ -157,11 +157,11 @@ used, since the standard DLL is used.
In order for this to work, you must have built Python using the VC++
(Developer Studio) 5.0 compiler. The provided project builds
-python15.lib in the subdirectory pcbuild\Release of thje Python source
+python20.lib in the subdirectory pcbuild\Release of thje Python source
tree, and this is where the generated Makefile expects it to be. If
this is not the case, you can edit the Makefile or (probably better)
winmakemakefile.py (e.g., if you are using the 4.2 compiler, the
-python15.lib file is generated in the subdirectory vc40 of the Python
+python20.lib file is generated in the subdirectory vc40 of the Python
source tree).
You can freeze programs that use Tkinter, but Tcl/Tk must be installed