diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-11-16 20:56:59 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-11-16 20:56:59 (GMT) |
commit | cd73fab906e5d153bf6345c5376d4f3e08a47392 (patch) | |
tree | 6a85044911457811634cf09885927fce4b5edba5 | |
parent | eb2c287dd14b4f9e2d191ce295db371297172f14 (diff) | |
download | SCons-cd73fab906e5d153bf6345c5376d4f3e08a47392.zip SCons-cd73fab906e5d153bf6345c5376d4f3e08a47392.tar.gz SCons-cd73fab906e5d153bf6345c5376d4f3e08a47392.tar.bz2 |
change to lookup
-rw-r--r-- | SCons/Defaults.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SCons/Defaults.xml b/SCons/Defaults.xml index 71c214d..4385390 100644 --- a/SCons/Defaults.xml +++ b/SCons/Defaults.xml @@ -276,7 +276,7 @@ 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; -to look up a directory relative to the root of the source tree, use +to lookup a directory relative to the root of the source tree, use the <literal>#</literal> prefix: </para> @@ -285,7 +285,7 @@ env = Environment(CPPPATH='#/include') </example_commands> <para> -The directory look up can also be forced using the +The directory lookup can also be forced using the &f-link-Dir; function: </para> @@ -548,7 +548,7 @@ directory names in &cv-LIBPATH; will be looked-up relative to the directory of the SConscript file when they are used in a command. To force &scons; -to look up a directory relative to the root of the source tree, use +to lookup a directory relative to the root of the source tree, use the <literal>#</literal> prefix: </para> @@ -557,7 +557,7 @@ env = Environment(LIBPATH='#/libs') </example_commands> <para> -The directory look up can also be forced using the +The directory lookup can also be forced using the &f-link-Dir; function: </para> |