Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d8da3a

Browse files
committed
fix some sloppy markup to use \guilabel
1 parent f0f6d12 commit 0d8da3a

1 file changed

Lines changed: 21 additions & 20 deletions

File tree

Doc/ext/windows.tex

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ \section{A Cookbook Approach \label{win-cookbook}}
7070
\item
7171
Select a configuration. This step is optional. Choose
7272
\menuselection{Build \sub Select Active Configuration} and
73-
select either ``example - Win32 Release'' or ``example - Win32
74-
Debug.'' If you skip this step, V\Cpp{} will use the Debug
75-
configuration by default.
73+
select either \guilabel{example - Win32 Release} or
74+
\guilabel{example - Win32 Debug}. If you skip this step,
75+
V\Cpp{} will use the Debug configuration by default.
7676

7777
\item
7878
Build the DLL. Choose \menuselection{Build \sub Build
@@ -147,8 +147,8 @@ \section{A Cookbook Approach \label{win-cookbook}}
147147
\item
148148
\strong{Creating a brand new project}\\
149149
Use the \menuselection{File \sub New \sub Projects} dialog to
150-
create a new Project Workspace. Select ``Win32 Dynamic-Link
151-
Library,'' enter the name (\samp{spam}), and make sure the
150+
create a new Project Workspace. Select \guilabel{Win32 Dynamic-Link
151+
Library}, enter the name (\samp{spam}), and make sure the
152152
Location is set to the \file{spam} directory you have created
153153
(which should be a direct subdirectory of the Python build tree, a
154154
sibling of \file{Include} and \file{PC}). Select Win32 as the
@@ -160,7 +160,7 @@ \section{A Cookbook Approach \label{win-cookbook}}
160160
is selected from the Settings for: dropdown list. Select the
161161
C/\Cpp{} tab. Choose the Preprocessor category in the popup menu
162162
at the top. Type the following text in the entry box labeled
163-
Addditional include directories:
163+
\guilabel{Additional include directories}:
164164

165165
\begin{verbatim}
166166
..\Include,..\PC
@@ -172,25 +172,26 @@ \section{A Cookbook Approach \label{win-cookbook}}
172172
..\PCbuild
173173
\end{verbatim}
174174

175-
in the text box labelled ``Additional library path.''
175+
in the text box labelled \guilabel{Additional library path}.
176176

177177
Now you need to add some mode-specific settings:
178178

179-
Select ``Win32 Release'' in the ``Settings for'' dropdown list.
180-
Click the Link tab, choose the Input Category, and append
181-
\code{pythonXY.lib} to the list in the ``Object/library modules''
182-
box.
183-
184-
Select ``Win32 Debug'' in the ``Settings for'' dropdown list, and
185-
append \code{pythonXY_d.lib} to the list in the ``Object/library
186-
modules'' box. Then click the C/\Cpp{} tab, select ``Code
187-
Generation'' from the Category dropdown list, and select ``Debug
188-
Multithreaded DLL'' from the ``Use run-time library'' dropdown
179+
Select \guilabel{Win32 Release} in the \guilabel{Settings for}
180+
dropdown list. Choose the \guilabel{Link} tab, choose the
181+
\guilabel{Input Category}, and append \code{pythonXY.lib} to the
182+
list in the \guilabel{Object/library modules} box.
183+
184+
Select \guilabel{Win32 Debug} in the \guilabel{Settings for}
185+
dropdown list, and append \code{pythonXY_d.lib} to the list in the
186+
\guilabel{Object/library modules} box. Then click the C/\Cpp{}
187+
tab, select \guilabel{Code Generation} from the
188+
\guilabel{Category} dropdown list, and select \guilabel{Debug
189+
Multithreaded DLL} from the \guilabel{Use run-time library} dropdown
189190
list.
190191

191-
Select ``Win32 Release'' again from the ``Settings for'' dropdown
192-
list. Select ``Multithreaded DLL'' from the ``Use run-time
193-
library:'' dropdown list.
192+
Select \guilabel{Win32 Release} again from the \guilabel{Settings
193+
for} dropdown list. Select \guilabel{Multithreaded DLL} from the
194+
\guilabel{Use run-time library:} dropdown list.
194195

195196
You should now create the file \file{spam.def} as instructed in the
196197
previous section. Then chose the \menuselection{Insert \sub Files

0 commit comments

Comments
 (0)