438 |
|
{ |
439 |
|
$tooldataobj->scram_project($self->{content}->{SCRAM_PROJECT}); |
440 |
|
} |
441 |
+ |
|
442 |
+ |
# And check to see if this tool is a compiler. If so, set |
443 |
+ |
# the SCRAM_COMPILER variable in the ToolData object: |
444 |
+ |
if (exists ($self->{content}->{SCRAM_COMPILER})) |
445 |
+ |
{ |
446 |
+ |
$tooldataobj->scram_compiler($self->{content}->{SCRAM_COMPILER}); |
447 |
+ |
} |
448 |
|
|
449 |
|
# Establish the order of parsing the value strings: |
450 |
|
my $order = $self->process_environments($environments); |
579 |
|
my $type = 'RUNTIME'; |
580 |
|
my $envdata = $tsv->environment($type, $rtname); |
581 |
|
my ($rttype,$realrtname) = split(':',$rtname); |
582 |
< |
|
582 |
> |
|
583 |
|
# Only validate paths: |
584 |
|
if ($rtname =~ /:/) |
585 |
|
{ |