@@ -85,9 +85,9 @@ when using Microsoft Visual Studio.
85
85
<cvar name =" PDB" >
86
86
<summary >
87
87
<para >
88
- The Microsoft Visual C++ PDB file that will store debugging information for
88
+ The &MSVC; PDB file that will store debugging information for
89
89
object files, shared libraries, and programs. This variable is ignored by
90
- tools other than Microsoft Visual C++ .
90
+ tools other than &MSVC; .
91
91
When this variable is
92
92
defined SCons will add options to the compiler and linker command line to
93
93
cause them to generate external debugging information, and will also set up the
@@ -100,7 +100,7 @@ env['PDB'] = 'hello.pdb'
100
100
</example_commands >
101
101
102
102
<para >
103
- The Visual C++ compiler switch that SCons uses by default
103
+ The &MSVC; compiler switch that SCons uses by default
104
104
to generate PDB information is <option >/Z7</option >.
105
105
This works correctly with parallel (<option >-j</option >) builds
106
106
because it embeds the debug information in the intermediate object files,
@@ -238,7 +238,7 @@ and must be supplied by the developer.
238
238
If set to true,
239
239
&scons;
240
240
will add the manifest file
241
- generated by Microsoft Visual C++ 8.0 and later
241
+ generated by &MSVC; 8.0 and later
242
242
to the target list so &SCons; will be aware they
243
243
were generated.
244
244
In the case of an executable, the manifest file name
@@ -294,7 +294,7 @@ Defaults to <filename>.exp</filename>.
294
294
<summary >
295
295
<para >
296
296
The prefix used for executable program manifest files
297
- generated by Microsoft Visual C/C++ .
297
+ generated by &MSVC; .
298
298
Defaults to empty.
299
299
</para >
300
300
</summary >
@@ -304,7 +304,7 @@ Defaults to empty.
304
304
<summary >
305
305
<para >
306
306
The suffix used for executable program manifest files
307
- generated by Microsoft Visual C/C++ .
307
+ generated by &MSVC; .
308
308
Defaults to <filename >.manifest</filename >.
309
309
</para >
310
310
</summary >
@@ -314,7 +314,7 @@ Defaults to <filename>.manifest</filename>.
314
314
<summary >
315
315
<para >
316
316
The prefix used for shared library manifest files
317
- generated by Microsoft Visual C/C++ .
317
+ generated by &MSVC; .
318
318
Defaults to empty.
319
319
</para >
320
320
</summary >
@@ -324,7 +324,7 @@ Defaults to empty.
324
324
<summary >
325
325
<para >
326
326
The suffix used for shared library manifest files
327
- generated by Microsoft Visual C/C++ .
327
+ generated by &MSVC; .
328
328
Defaults to <filename >.manifest</filename >.
329
329
</para >
330
330
</summary >
0 commit comments