summaryrefslogtreecommitdiffstats
path: root/PC/example_nt/readme.txt
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-17 23:23:13 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-01-17 23:23:13 (GMT)
commit97c9640cc9ad2fc591fd1d9a7f75f74b15599a0e (patch)
tree77008903f9a4ef28cae03a710de92279618a52c8 /PC/example_nt/readme.txt
parent6425efe9aeb27fb698553b4cfcd925517052df72 (diff)
downloadcpython-97c9640cc9ad2fc591fd1d9a7f75f74b15599a0e.zip
cpython-97c9640cc9ad2fc591fd1d9a7f75f74b15599a0e.tar.gz
cpython-97c9640cc9ad2fc591fd1d9a7f75f74b15599a0e.tar.bz2
Windows: 2.1a1 changes so Python runs again. Note that the python20
subproject is gone, replaced by the new pythoncore subproject.
Diffstat (limited to 'PC/example_nt/readme.txt')
-rw-r--r--PC/example_nt/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/example_nt/readme.txt b/PC/example_nt/readme.txt
index e38185a..66dbea0 100644
--- a/PC/example_nt/readme.txt
+++ b/PC/example_nt/readme.txt
@@ -144,11 +144,11 @@ in the "Additional library path:" box.
Now you need to add some mode-specific settings:
Select "Win32 Release" in the "Settings for:" dropdown list. Click the
-"Link" tab, choose the "Input" Category, and append "python20.lib" to the
+"Link" tab, choose the "Input" Category, and append "python21.lib" to the
list in the "Object/library modules:" box.
Select "Win32 Debug" in the "Settings for:" dropdown list, and append
-"python20_d.lib" to the list in the "Object/library modules:" box. Then
+"python21_d.lib" to the list in the "Object/library modules:" box. Then
click on the C/C++ tab, select "Code Generation" from the "Category:"
dropdown list, and select "Debug Multithreaded DLL" from the "Use run-time
library:" dropdown list.