ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/ProcessSiteFile
(Generate patch)

Comparing COMP/SCRAM/src/ProcessSiteFile (file contents):
Revision 1.3 by williamc, Thu Mar 18 12:53:57 1999 UTC vs.
Revision 1.4 by williamc, Wed Mar 24 10:18:45 1999 UTC

# Line 61 | Line 61 | close file;
61   print OUT 'INCLUDEPATH+=$(addprefix -I,$(INCLUDE))'."\n";
62   print OUT 'LDFLAGS+=$(addprefix -L,$(LIBDIR))'."\n";
63   print OUT 'CPPFLAGS+=$(addprefix -D,$(CPPDEFINES))'."\n";
64 + print OUT 'lib+=$(extralib)'."\n";
65   print OUT 'LDLIBS+=$(addprefix -l,$(lib))'."\n";
66   print OUT 'LDLIBS+=$(addprefix -l,$(REQUIRES))'."\n";
67  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines