diff options
Diffstat (limited to 'src/engine/SCons/Environment.xml')
| -rw-r--r-- | src/engine/SCons/Environment.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/engine/SCons/Environment.xml b/src/engine/SCons/Environment.xml index a861105..d63d20f 100644 --- a/src/engine/SCons/Environment.xml +++ b/src/engine/SCons/Environment.xml @@ -115,6 +115,22 @@ below, for more information. </summary> </cvar> +<cvar name="CHANGED_SOURCES"> +<summary> +A reserved variable name +that may not be set or used in a construction environment. +(See "Variable Substitution," below.) +</summary> +</cvar> + +<cvar name="CHANGED_TARGETS"> +<summary> +A reserved variable name +that may not be set or used in a construction environment. +(See "Variable Substitution," below.) +</summary> +</cvar> + <cvar name="SOURCE"> <summary> A reserved variable name @@ -147,6 +163,22 @@ that may not be set or used in a construction environment. </summary> </cvar> +<cvar name="UNCHANGED_SOURCES"> +<summary> +A reserved variable name +that may not be set or used in a construction environment. +(See "Variable Substitution," below.) +</summary> +</cvar> + +<cvar name="UNCHANGED_TARGETS"> +<summary> +A reserved variable name +that may not be set or used in a construction environment. +(See "Variable Substitution," below.) +</summary> +</cvar> + <cvar name="TOOLS"> <summary> A list of the names of the Tool specifications |
