# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |