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.5 by williamc, Thu Mar 18 10:32:03 1999 UTC vs.
Revision 1.8 by williamc, Tue Mar 23 08:42:09 1999 UTC

# Line 29 | Line 29 | sub ParseBuildFile {
29                  'ConfigurationClass' => \&OutToMakefile,
30                  'AssociateGroup' => \&AssociateGroup,
31                  'none' => \&OutToMakefile,
32 <                'Bin' => \&OutToMakefile,
32 >                'Bin' => 'none',
33                  'Bin_StartTag' => \&Bin_start,
34                  'ClassPath' => \&OutToMakefile,
35                  'ClassPath_StartTag' => \&setBlockClassPath
# Line 112 | Line 112 | sub Bin_start {
112          #$fileclass=$toolbox->getclass($file);
113          #$toolbox->maketargets("exe",$fileclass, $$hashref{name}, $file );
114          print GNUmakefile "bin::$$hashref{name}\n";
115 +        print GNUmakefile "bin_debug::$$hashref{name}\n";
116          print GNUmakefile "$$hashref{name}::$$hashref{file}\n";
117   }
118  
# Line 121 | Line 122 | sub External_StartTag {
122          my $hashref;
123          
124          $hashref=$switch->SetupValueHash(\@vars);
125 +        $$hashref{'ref'}=~tr[A-Z][a-z];
126          print GNUmakefile $$hashref{'ref'};
127          if ( defined $$hashref{'version'} ) {
128                  print GNUmakefile "_V_".$$hashref{'version'};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines