summaryrefslogtreecommitdiff
path: root/PC/VS7.1/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'PC/VS7.1/readme.txt')
-rw-r--r--PC/VS7.1/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/VS7.1/readme.txt b/PC/VS7.1/readme.txt
index 8fb069f187..bfd8a7049a 100644
--- a/PC/VS7.1/readme.txt
+++ b/PC/VS7.1/readme.txt
@@ -12,7 +12,7 @@ the "Standard" toolbar"), and build the projects.
The proper order to build subprojects:
1) pythoncore (this builds the main Python DLL and library files,
- python26.{dll, lib} in Release mode)
+ python33.{dll, lib} in Release mode)
NOTE: in previous releases, this subproject was
named after the release number, e.g. python20.
@@ -26,7 +26,7 @@ The proper order to build subprojects:
test slave; see SUBPROJECTS below)
When using the Debug setting, the output files have a _d added to
-their name: python26_d.dll, python_d.exe, parser_d.pyd, and so on.
+their name: python33_d.dll, python_d.exe, parser_d.pyd, and so on.
SUBPROJECTS
-----------