summaryrefslogtreecommitdiffstats
path: root/PCbuild/readme.txt
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-08-18 05:10:00 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-08-18 05:10:00 (GMT)
commit132bbb3d06261afac334404a7b80f3bd18cf08cc (patch)
tree9f6f059a96e32d4ad0593a2d24cd0e29209fabc0 /PCbuild/readme.txt
parent094353c4840ca82d688902454bc7401096fa3ab1 (diff)
downloadcpython-132bbb3d06261afac334404a7b80f3bd18cf08cc.zip
cpython-132bbb3d06261afac334404a7b80f3bd18cf08cc.tar.gz
cpython-132bbb3d06261afac334404a7b80f3bd18cf08cc.tar.bz2
Try to get Windows bots working again. Take 2
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r--PCbuild/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index d333d28..d028727 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/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,
- python25.{dll, lib} in Release mode)
+ python26.{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: python25_d.dll, python_d.exe, parser_d.pyd, and so on.
+their name: python26_d.dll, python_d.exe, parser_d.pyd, and so on.
SUBPROJECTS
-----------