summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-01-10 18:45:40 (GMT)
committerThomas Heller <theller@ctypes.org>2008-01-10 18:45:40 (GMT)
commit44c38c16b8f2e95b2bb0ee2e4b808fa3f84fee08 (patch)
tree905cb42e7fb53c1c81c6b5ddf3a0f1bf80fb8251 /PCbuild
parent7c22ccc3dd9a51cfdbd0ac0df830ba9e622bcf80 (diff)
downloadcpython-44c38c16b8f2e95b2bb0ee2e4b808fa3f84fee08.zip
cpython-44c38c16b8f2e95b2bb0ee2e4b808fa3f84fee08.tar.gz
cpython-44c38c16b8f2e95b2bb0ee2e4b808fa3f84fee08.tar.bz2
Reflow a paragraph, and fix a typo.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/readme.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index 00b7de0..764ab8a 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -117,7 +117,7 @@ _tkinter
Build with build_tkinter.py
---------------------------
The PCbuild directory contains a Python script which automates all
- steps. Run the script in a Visual Studio 2009 command prompt with
+ steps. Run the script in a Visual Studio 2008 command prompt with
python build_tkinter.py Win32
@@ -312,9 +312,11 @@ Edition.
Profile Guided Optimization
---------------------------
-The solution has two configurations for PGO. The PGInstrument configuration
-must be build first. The PGInstrument binaries are lniked against a profiling
-library and contain extra debug information. The PGUpdate configuration takes the profiling data and generates optimized binaries.
+The solution has two configurations for PGO. The PGInstrument
+configuration must be build first. The PGInstrument binaries are
+lniked against a profiling library and contain extra debug
+information. The PGUpdate configuration takes the profiling data and
+generates optimized binaries.
The build_pgo.bat script automates the creation of optimized binaries. It
creates the PGI files, runs the unit test suite or PyBench with the PGI