summaryrefslogtreecommitdiffstats
path: root/PC/VC6/readme.txt
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-12-03 18:35:13 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-12-03 18:35:13 (GMT)
commitfd44062a7fdd489d409a18e16064c5824cb933d3 (patch)
treebbfa6434b1f6240d20a0834f77bf24f029e6da3c /PC/VC6/readme.txt
parent70e5cabfdcdd5da131d58baa6e13bf87262d89a3 (diff)
downloadcpython-fd44062a7fdd489d409a18e16064c5824cb933d3.zip
cpython-fd44062a7fdd489d409a18e16064c5824cb933d3.tar.gz
cpython-fd44062a7fdd489d409a18e16064c5824cb933d3.tar.bz2
More 3.0 -> 3.1 transistions
Diffstat (limited to 'PC/VC6/readme.txt')
-rw-r--r--PC/VC6/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/VC6/readme.txt b/PC/VC6/readme.txt
index fed79d6..f3d74ad 100644
--- a/PC/VC6/readme.txt
+++ b/PC/VC6/readme.txt
@@ -13,7 +13,7 @@ and build the projects.
The proper order to build subprojects:
1) pythoncore (this builds the main Python DLL and library files,
- python30.{dll, lib} in Release mode)
+ python31.{dll, lib} in Release mode)
2) python (this builds the main Python executable,
python.exe in Release mode)
@@ -24,7 +24,7 @@ The proper order to build subprojects:
to the subsystems they implement; see SUBPROJECTS below)
When using the Debug setting, the output files have a _d added to
-their name: python30_d.dll, python_d.exe, pyexpat_d.pyd, and so on.
+their name: python31_d.dll, python_d.exe, pyexpat_d.pyd, and so on.
SUBPROJECTS
-----------