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.15 by williamc, Thu Apr 1 09:54:59 1999 UTC vs.
Revision 1.16 by williamc, Thu Apr 1 12:38:49 1999 UTC

# Line 125 | Line 125 | sub Bin_start {
125          print GNUmakefile ".INTERMEDIATE::$$hashref{name}.exe\n";
126          print GNUmakefile "$$hashref{name}_Insure:.psrc\n";
127          print GNUmakefile "$$hashref{name}_d.exe:$objectname_d\n";
128 +        print GNUmakefile "\t\$(CClinkCmdDebug)\n";
129          print GNUmakefile "$$hashref{name}_Insure.exe:$objectname_Insure\n";
130 +        print GNUmakefile "\t\$(CClinkCmdInsure)\n";
131          print GNUmakefile "$$hashref{name}.exe:$objectname\n";
132 +        print GNUmakefile "\t\$(CClinkCmd)\n";
133          print GNUmakefile "$objectname:$$hashref{name}.dep\n";
134          print GNUmakefile "$objectname_d:$$hashref{name}.dep\n";
135          print GNUmakefile "$objectname_Insure:$$hashref{name}.dep\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines