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

Comparing COMP/SCRAM/src/compilers.mk (file contents):
Revision 1.11 by williamc, Thu Apr 1 12:38:49 1999 UTC vs.
Revision 1.12 by williamc, Thu Apr 1 17:28:45 1999 UTC

# Line 24 | Line 24 | ArchiveTool = ar -rc $@ $^
24   ArchiveCCTool = $(ArchiveTool)
25   SCClinkCmd=$(CXX) $(CXXFLAGS) $(CXXDebugFlag) $(LDFLAGS) $< -o $@
26   CClinkCmd=$(SCClinkCmd) $(LDLIBS)
27 < CClinkCmdDebug=$(LDLIBS_D)
28 < CClinkCmdInsure=$(LDLIBS_Insure)
27 > CClinkCmdDebug=$(SCClinkCmd) $(LDLIBS_D)
28 > CClinkCmdInsure=$(SCClinkCmd) $(LDLIBS_Insure)
29  
30   SharedCCObjectFlags = -PIC
31   SharedFCObjectFlags = -PIC

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines