You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All attributes must be in the order given above although both join and type are optional. This command splices together two other named autobuild variables and stores the resultant string in environment variable being created. The join attribute is optional (defaulting to a null string) and if given its text will be spliced between the two other variable's text to form the result). If the type is given it works just as for the environment tag above.
84
84
85
-
The <include name="filename" if="test" /> tag can now have an optional if attribute that will be evaluated immediatly during the parse stage.
85
+
The <include name="filename" if="test" /> tag can now have an optional if attribute that will be evaluated immediately during the parse stage.
86
86
This can sit anywhere in the input file and causes the named file to be opened and parsed at the current point. This file must have it's own <autobuild> and optional <configuration> sections to be processed and any variables, environment and commands will be added to the current file's already processed tags.
87
87
88
88
<autobuild> .. <autobuild/>
@@ -156,8 +156,8 @@ joining characters between the original value and the newly defined value;
156
156
environment variables do still get treated to the platform's path separating
157
157
character.
158
158
replace/set which simply resets or creates the environment variable with the value given,
159
-
prefix which appends the original value of the environment variable to the end of the string, joind with a "path" separating character as defined by the platform autobuild.pl is running on,
160
-
suffix/postfix which appends the value given to the end of the current value of the environment variable again seporated by a "path" character or
159
+
prefix which appends the original value of the environment variable to the end of the string, joined with a "path" separating character as defined by the platform autobuild.pl is running on,
160
+
suffix/postfix which appends the value given to the end of the current value of the environment variable again separated by a "path" character or
161
161
ifundefined/default which will only create a new environment variable with the given value if it does not already exist.
162
162
unset/delete/remove which will remove the variable.
163
163
@@ -180,9 +180,9 @@ Join="text" the optional, defaulting to a single space, used to modify (possibly
180
180
181
181
Root="dir" or directory="dir" optionally specify that this command should have a different root to that defined globally.
182
182
183
-
Substitute_variables or SubsVars, optionally used to over-ride the default for the individual command, indicating that the resultant options string should have any <Var> variables subsituted prior to use.
183
+
Substitute_variables or SubsVars, optionally used to over-ride the default for the individual command, indicating that the resultant options string should have any <Var> variables substituted prior to use.
184
184
185
-
NoSubsitute_variables or NoSubsVars, optionally used to over-ride the default for the individual command, indicating that the resultant options string should NOT have any <Var> variables susituted.
185
+
NoSubstitute_variables or NoSubsVars, optionally used to over-ride the default for the individual command, indicating that the resultant options string should NOT have any <Var> variables substituted.
186
186
187
187
group="group" optionally states that the command should be using the named environment group, it defaults to "default" which is always created.
0 commit comments