ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildSystem/BuildSetup.pm
(Generate patch)

Comparing COMP/SCRAM/src/BuildSystem/BuildSetup.pm (file contents):
Revision 1.1.2.5 by williamc, Thu May 4 07:53:04 2000 UTC vs.
Revision 1.1.2.6 by williamc, Sat May 6 13:29:25 2000 UTC

# Line 67 | Line 67 | sub _generateexternals {
67              # -- externals
68              @deps=$toolobj->getfeature("_externals");
69              foreach $d ( @deps ) {
70 +              $d=~tr[A-Z][a-z];
71                print $fout "ifdef ".$tool."_V_".$version."\n $d=true\nendif\n";
72              }
73              # -- tool info

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines