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.kmk

    r2066 r2069  
    180180endef
    181181
    182 TOOL_WATCOMC11C_LINK_LIBRARY_OUTPUT = ## @todo $(outbase).rsp
     182TOOL_WATCOMC11C_LINK_LIBRARY_OUTPUT = $(outbase).rsp
    183183TOOL_WATCOMC11C_LINK_LIBRARY_DEPEND = $(othersrc)
    184184TOOL_WATCOMC11C_LINK_LIBRARY_DEPORD =
    185185define TOOL_WATCOMC11C_LINK_LIBRARY_CMDS
    186         $(if $(strip $(othersrc)),\
    187                 $(QUIET)$(TOOL_WATCOMC11C_ENV_SETUP) \
    188                 $(TOOL_WATCOMC11C_IMP) $(TOOL_WATCOMC11C_IMPFLAGS) $(subst /,\\,$(out)) $(subst /,\\,$(othersrc)) )
    189         $(if $(strip $(objs)),$(QUIET)$(TOOL_WATCOMC11C_ENV_SETUP) \
    190                 $(QUIET)$(TOOL_WATCOMC11C_ENV_SETUP) \
    191                 $(TOOL_WATCOMC11C_AR) $(flags) $(subst /,\\,$(out)) $(foreach obj,$(subst /,\\,$(objs)),+"$(obj)") ";" )
     186        $(QUIET)$(APPEND) -tn $(outbase).rsp $(foreach obj,$(subst /,\,$(objs) $(othersrc)),'+"$(obj)"')
     187        $(QUIET)$(TOOL_WATCOMC11C_ENV_SETUP) $(TOOL_WATCOMC11C_AR) $(flags) $(subst /,\\,$(out)) @$(outbase).rsp
    192188endef
    193189
Note: See TracChangeset for help on using the changeset viewer.