summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2021-03-17 16:38:11 (GMT)
committerMats Wichmann <mats@linux.com>2021-03-17 16:38:11 (GMT)
commit32fe770374542510af651385dd09c5b9bb66d48d (patch)
tree45ccd474d5ee23488569061b7a9521b2af799898
parentfc3946a217f29407c65291c5358262a7b3cc78cd (diff)
downloadSCons-32fe770374542510af651385dd09c5b9bb66d48d.zip
SCons-32fe770374542510af651385dd09c5b9bb66d48d.tar.gz
SCons-32fe770374542510af651385dd09c5b9bb66d48d.tar.bz2
Add some markup in msvc doc [skip appveyor] [skip travis]
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r--SCons/Tool/msvc.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/SCons/Tool/msvc.xml b/SCons/Tool/msvc.xml
index f6c5698..21b44d0 100644
--- a/SCons/Tool/msvc.xml
+++ b/SCons/Tool/msvc.xml
@@ -80,13 +80,13 @@ Sets construction variables for the Microsoft Visual C/C++ compiler.
<summary>
<para>
Builds a Microsoft Visual C++ precompiled header.
-Calling this builder method
+Calling this builder
returns a list of two targets: the PCH as the first element, and the object
file as the second element. Normally the object file is ignored.
-This builder method is only
+This builder is only
provided when Microsoft Visual C++ is being used as the compiler.
-The PCH builder method is generally used in
-conjunction with the PCH construction variable to force object files to use
+The &b-PCH; builder is generally used in
+conjunction with the &cv-link-PCH; construction variable to force object files to use
the precompiled header:
</para>
@@ -292,7 +292,7 @@ If this is not set, then &cv-link-RCCOM; (the command line) is displayed.
<cvar name="RCFLAGS">
<summary>
<para>
-The flags passed to the resource compiler by the RES builder.
+The flags passed to the resource compiler by the &b-link-RES& builder.
</para>
</summary>
</cvar>