[Python-checkins] devguide: Issue #14884: fixed a couple of typos in the Windows build instructions. Patch

eli.bendersky python-checkins at python.org
Wed May 23 20:16:50 CEST 2012


http://hg.python.org/devguide/rev/e55c65fc3cb4
changeset:   520:e55c65fc3cb4
user:        Eli Bendersky <eliben at gmail.com>
date:        Wed May 23 21:15:35 2012 +0300
summary:
  Issue #14884: fixed a couple of typos in the Windows build instructions. Patch by Michael Driscoll

files:
  setup.rst |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -171,9 +171,10 @@
 http://msdn.microsoft.com/en-us/library/hs24szh9%28v=VS.90%29.aspx .
 
 To build from the Visual Studio GUI, open pcbuild.sln to load the project
-files and choose the Build Solution option from the Build menu, often
+files and choose the Build Solution option from either the Build or Debug menu
+(depending on your Visual Studio version), which is often
 associated with the F7 key. Make sure you have chosen the "Debug" option from
-the build configuration drop-down first.
+the "Solution Configurations" drop-down on the toolbar first.
 
 Once built you might want to set Python as a startup project. Pressing F5 in
 Visual Studio, or choosing Start Debugging from the Debug menu, will launch

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list