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.8 by williamc, Tue Mar 23 08:42:09 1999 UTC vs.
Revision 1.9 by williamc, Tue Mar 23 15:30:10 1999 UTC

# Line 111 | Line 111 | sub Bin_start {
111          # This stuff for later
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";
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines