fix some sloppy markup to use \guilabel

This commit is contained in:
Fred Drake 2004-01-23 09:01:56 +00:00
parent f0f6d12cd4
commit 0d8da3a622
1 changed files with 20 additions and 19 deletions

View File

@ -70,9 +70,9 @@ example_nt\textbackslash} directory.
\item \item
Select a configuration. This step is optional. Choose Select a configuration. This step is optional. Choose
\menuselection{Build \sub Select Active Configuration} and \menuselection{Build \sub Select Active Configuration} and
select either ``example - Win32 Release'' or ``example - Win32 select either \guilabel{example - Win32 Release} or
Debug.'' If you skip this step, V\Cpp{} will use the Debug \guilabel{example - Win32 Debug}. If you skip this step,
configuration by default. V\Cpp{} will use the Debug configuration by default.
\item \item
Build the DLL. Choose \menuselection{Build \sub Build Build the DLL. Choose \menuselection{Build \sub Build
@ -147,8 +147,8 @@ Hello, world
\item \item
\strong{Creating a brand new project}\\ \strong{Creating a brand new project}\\
Use the \menuselection{File \sub New \sub Projects} dialog to Use the \menuselection{File \sub New \sub Projects} dialog to
create a new Project Workspace. Select ``Win32 Dynamic-Link create a new Project Workspace. Select \guilabel{Win32 Dynamic-Link
Library,'' enter the name (\samp{spam}), and make sure the Library}, enter the name (\samp{spam}), and make sure the
Location is set to the \file{spam} directory you have created Location is set to the \file{spam} directory you have created
(which should be a direct subdirectory of the Python build tree, a (which should be a direct subdirectory of the Python build tree, a
sibling of \file{Include} and \file{PC}). Select Win32 as the sibling of \file{Include} and \file{PC}). Select Win32 as the
@ -160,7 +160,7 @@ Hello, world
is selected from the Settings for: dropdown list. Select the is selected from the Settings for: dropdown list. Select the
C/\Cpp{} tab. Choose the Preprocessor category in the popup menu C/\Cpp{} tab. Choose the Preprocessor category in the popup menu
at the top. Type the following text in the entry box labeled at the top. Type the following text in the entry box labeled
Addditional include directories: \guilabel{Additional include directories}:
\begin{verbatim} \begin{verbatim}
..\Include,..\PC ..\Include,..\PC
@ -172,25 +172,26 @@ Hello, world
..\PCbuild ..\PCbuild
\end{verbatim} \end{verbatim}
in the text box labelled ``Additional library path.'' in the text box labelled \guilabel{Additional library path}.
Now you need to add some mode-specific settings: Now you need to add some mode-specific settings:
Select ``Win32 Release'' in the ``Settings for'' dropdown list. Select \guilabel{Win32 Release} in the \guilabel{Settings for}
Click the Link tab, choose the Input Category, and append dropdown list. Choose the \guilabel{Link} tab, choose the
\code{pythonXY.lib} to the list in the ``Object/library modules'' \guilabel{Input Category}, and append \code{pythonXY.lib} to the
box. list in the \guilabel{Object/library modules} box.
Select ``Win32 Debug'' in the ``Settings for'' dropdown list, and Select \guilabel{Win32 Debug} in the \guilabel{Settings for}
append \code{pythonXY_d.lib} to the list in the ``Object/library dropdown list, and append \code{pythonXY_d.lib} to the list in the
modules'' box. Then click the C/\Cpp{} tab, select ``Code \guilabel{Object/library modules} box. Then click the C/\Cpp{}
Generation'' from the Category dropdown list, and select ``Debug tab, select \guilabel{Code Generation} from the
Multithreaded DLL'' from the ``Use run-time library'' dropdown \guilabel{Category} dropdown list, and select \guilabel{Debug
Multithreaded DLL} from the \guilabel{Use run-time library} dropdown
list. list.
Select ``Win32 Release'' again from the ``Settings for'' dropdown Select \guilabel{Win32 Release} again from the \guilabel{Settings
list. Select ``Multithreaded DLL'' from the ``Use run-time for} dropdown list. Select \guilabel{Multithreaded DLL} from the
library:'' dropdown list. \guilabel{Use run-time library:} dropdown list.
You should now create the file \file{spam.def} as instructed in the You should now create the file \file{spam.def} as instructed in the
previous section. Then chose the \menuselection{Insert \sub Files previous section. Then chose the \menuselection{Insert \sub Files