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.21.2.13 by williamc, Wed Sep 15 07:35:08 1999 UTC vs.
Revision 1.21.2.14 by williamc, Wed Sep 15 07:46:59 1999 UTC

# Line 46 | Line 46 | sub ParseBuildFile {
46                  'Architecture' => \&OutToMakefile,
47                  'LibType_StartTag' => \&LibType_Start,
48                  'LibType_EndTag' => 'none',
49 <                'LibType' => \&OutToMakefile
49 >                'LibType' => \&OutToScreen
50          };
51          use Utilities::Switcher;
52          $switch=Switcher->new($SupportedTags, $fullfilename);
# Line 356 | Line 356 | sub OutToMakefile {
356  
357          print GNUmakefile @vars;
358   }
359 + sub OutToScreen {
360 +        my $name=shift;
361 +        my @vars=@_;
362 +
363 +        print @vars;
364 + }
365   sub setBlockClassPath {
366          my $name=shift;
367          my @vars=@_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines