diff options
author | Mats Wichmann <mats@linux.com> | 2021-04-04 13:22:48 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2021-04-05 15:01:02 (GMT) |
commit | 14e6f0d1b96f3bc9684922a16424d5638c2bee3f (patch) | |
tree | 945c29e49e3e4e59e05ae0fe03a591e20b1c4337 /SCons/Defaults.xml | |
parent | 8f79f4c6c0ce87236f5633dcb7bc08222622b70a (diff) | |
download | SCons-14e6f0d1b96f3bc9684922a16424d5638c2bee3f.zip SCons-14e6f0d1b96f3bc9684922a16424d5638c2bee3f.tar.gz SCons-14e6f0d1b96f3bc9684922a16424d5638c2bee3f.tar.bz2 |
Add some more entity links in docs [skip appveyor] [skip travis]
The only wording changes of any note are for the link tool,
where it is suggested POSIX users don't fiddle with LINK
and SHLINK.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'SCons/Defaults.xml')
-rw-r--r-- | SCons/Defaults.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/SCons/Defaults.xml b/SCons/Defaults.xml index a6c1ec3..33d219b 100644 --- a/SCons/Defaults.xml +++ b/SCons/Defaults.xml @@ -26,7 +26,7 @@ See its __doc__ string for a discussion of the format. <cvar name ="_concat"> <summary> <para> -A function used to produce variables like &cv-_CPPINCFLAGS;. It takes +A function used to produce variables like &cv-link-_CPPINCFLAGS;. It takes four or five arguments: a prefix to concatenate onto each element, a list of elements, a suffix to concatenate onto each element, an environment @@ -58,7 +58,7 @@ file. <cvar name="CONFIGURELOG"> <summary> <para> -The name of the Configure context log file. +The name of the &Configure; context log file. The default is <filename>config.log</filename> in the top-level directory @@ -75,7 +75,7 @@ file. An automatically-generated &consvar; containing the C preprocessor command-line options to define values. -The value of &cv-_CPPDEFFLAGS; is created +The value of &cv-link-_CPPDEFFLAGS; is created by respectively prepending and appending &cv-link-CPPDEFPREFIX; and &cv-link-CPPDEFSUFFIX; to each definition in &cv-link-CPPDEFINES;. @@ -99,7 +99,7 @@ If &cv-CPPDEFINES; is a string, the values of the &cv-link-CPPDEFPREFIX; and &cv-link-CPPDEFSUFFIX; &consvars; will be respectively prepended and appended to -each definition in &cv-CPPDEFINES;. +each definition in &cv-link-CPPDEFINES;. </para> <example_commands> @@ -111,7 +111,7 @@ env = Environment(CPPDEFINES='xyz') <para> If &cv-CPPDEFINES; is a list, the values of the -&cv-link-CPPDEFPREFIX; and &cv-link-CPPDEFSUFFIX; &consvars; +&cv-CPPDEFPREFIX; and &cv-CPPDEFSUFFIX; &consvars; will be respectively prepended and appended to each element in the list. If any element is a list or tuple, @@ -128,7 +128,7 @@ env = Environment(CPPDEFINES=[('B', 2), 'A']) <para> If &cv-CPPDEFINES; is a dictionary, the values of the -&cv-link-CPPDEFPREFIX; and &cv-link-CPPDEFSUFFIX; &consvars; +&cv-CPPDEFPREFIX; and &cv-CPPDEFSUFFIX; &consvars; will be respectively prepended and appended to each item from the dictionary. The key of each dictionary item @@ -207,7 +207,7 @@ Python's <systemitem>os.sep</systemitem>. <para> Note: -directory names in &cv-link-CPPPATH; +directory names in &cv-CPPPATH; will be looked-up relative to the directory of the SConscript file when they are used in a command. To force &scons; |