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.18 by williamc, Thu Apr 1 17:28:45 1999 UTC vs.
Revision 1.19 by williamc, Tue Apr 6 07:50:31 1999 UTC

# Line 137 | Line 137 | sub Bin_start {
137          print GNUmakefile "-include $$hashref{name}.dep\n";
138   #       print GNUmakefile "$$hashref{name}:$$hashref{file}\n";
139   print GNUmakefile <<ENDTEXT;
140 < #$$hashref{name}_d.exe:\$(libslocal_d)
141 < #$$hashref{name}.exe:\$(libslocal)
142 < #$$hashref{name}_Insure.exe:\$(libslocal_I)
140 > $$hashref{name}_d.exe:\$(libslocal_d)
141 > $$hashref{name}.exe:\$(libslocal)
142 > $$hashref{name}_Insure.exe:\$(libslocal_I)
143   $$hashref{name}_d:$$hashref{name}_d.exe
144          \@mv $$hashref{name}_d.exe \$(binarystore)/$$hashref{name}
145   $$hashref{name}_Insure:$$hashref{name}_Insure.exe

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines