Changeset 772 for trunk/kBuild/tools/GCC3OMF.kmk
- Timestamp:
- Jan 19, 2007, 6:00:33 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/GCC3OMF.kmk
r697 r772 166 166 # @param $(outbase) Output basename (full). Use this for list files and such. 167 167 TOOL_GCC3OMF_LINK_LIBRARY_OUTPUT = 168 TOOL_GCC3OMF_LINK_LIBRARY_DEPEND = $( filter %.a %.lib %.def %.imp,$(othersrc))168 TOOL_GCC3OMF_LINK_LIBRARY_DEPEND = $(othersrc) 169 169 TOOL_GCC3OMF_LINK_LIBRARY_DEPORD = 170 170 define TOOL_GCC3OMF_LINK_LIBRARY_CMDS 171 171 $(QUIET)$(if $(filter %.def %.imp,$(othersrc)),$(TOOL_GCC3OMF_AR_IMP) -o $(out) $(filter %.def %.imp,$(othersrc)),) 172 $(QUIET)$(TOOL_GCC3OMF_AR) $(flags) $(out) $(objs) $(filter %.a %.lib,$(othersrc))172 $(QUIET)$(TOOL_GCC3OMF_AR) $(flags) $(out) $(objs) $(filter-out %.def %.imp,$(othersrc)) 173 173 endef 174 174
Note:
See TracChangeset
for help on using the changeset viewer.