Ignore:
Timestamp:
Nov 17, 2008, 3:27:44 AM (17 years ago)
Author:
bird
Message:

Watcom librarian commands.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/WATCOMC11C-16.kmk

    r2068 r2069  
    8888TOOL_WATCOMC11C-16_LINK_LIBRARY_DEPORD =
    8989define TOOL_WATCOMC11C-16_LINK_LIBRARY_CMDS
    90         $(if $(strip $(othersrc)),\
    91                 $(QUIET)$(TOOL_WATCOMC11C_ENV_SETUP) \
    92                 $(TOOL_WATCOMC11C_IMP) $(TOOL_WATCOMC11C_IMPFLAGS) $(subst /,\\,$(out)) $(subst /,\\,$(othersrc)) )
    93         $(if $(strip $(objs)),$(QUIET)$(TOOL_WATCOMC11C_ENV_SETUP) \
    94                 $(QUIET)$(TOOL_WATCOMC11C_ENV_SETUP) \
    95                 $(TOOL_WATCOMC11C_AR) $(flags) $(subst /,\\,$(out)) $(foreach obj,$(subst /,\\,$(objs)),+"$(obj)") ";" )
     90        $(QUIET)$(APPEND) -tn $(outbase).rsp $(foreach obj,$(subst /,\,$(objs) $(othersrc)),'+"$(obj)"')
     91        $(QUIET)$(TOOL_WATCOMC11C_ENV_SETUP) $(TOOL_WATCOMC11C_AR) $(flags) $(subst /,\\,$(out)) @$(outbase).rsp
    9692endef
    9793
Note: See TracChangeset for help on using the changeset viewer.