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

Comparing COMP/SCRAM/src/BuildFile.pm (file contents):
Revision 1.4 by williamc, Wed Mar 3 17:04:13 1999 UTC vs.
Revision 1.6 by williamc, Thu Mar 18 12:53:57 1999 UTC

# Line 121 | Line 121 | sub External_StartTag {
121          my $hashref;
122          
123          $hashref=$switch->SetupValueHash(\@vars);
124 +        $$hashref{'ref'}=~tr[A-Z][a-z];
125          print GNUmakefile $$hashref{'ref'};
126          if ( defined $$hashref{'version'} ) {
127                  print GNUmakefile "_V_".$$hashref{'version'};
# Line 174 | Line 175 | sub Use_start {
175          print GNUmakefile "local__$$hashref{name}=true\n";
176   }
177  
178 < sub CheckBuildFile($directory) {
178 > sub CheckBuildFile {
179           my $classdir=shift;
180           $ClassName="";
181           $thisfile="$classdir/$buildfile";
# Line 205 | Line 206 | sub AssociateGroup {
206   }
207  
208   # Split up the Class Block String into a useable array
209 < sub _CutBlock($string) {
209 > sub _CutBlock {
210      my $string= shift @_;
211      @BlockClassA = split /\//, $string;
212   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines