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.9 by williamc, Tue Sep 7 16:37:55 1999 UTC vs.
Revision 1.21.2.10 by williamc, Wed Sep 8 09:52:33 1999 UTC

# Line 404 | Line 404 | sub LibType_Start {
404          $switch->checkparam($hashref, $name, 'type');
405          
406          print GNUmakefile "# Specify Library Type\n";
407        print GNUmakefile "ifneq (\$(strip \$(files)),)\n";
407          print GNUmakefile "DefaultLibsOff=yes\n";
408          if ( $$hashref{'type'}=~/^archive/i ) {
409            print GNUmakefile "LibArchive=true\n";
# Line 418 | Line 417 | sub LibType_Start {
417          elsif ($$hashref{'type'}=~/debugshared/i ) {
418            print GNUmakefile "LibDebugShared=true\n";
419          }
421        print GNUmakefile "endif\n";
420          print GNUmakefile "\n";
421          }
422   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines