Ignore:
Timestamp:
Aug 31, 2008, 4:29:01 PM (17 years ago)
Author:
bird
Message:

tools/VCC*: mention the .exp and .lib that we copy to PATH_LIB. The optional copying was broken and it is too late to say .def means no copy now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/VCC80.kmk

    r1547 r1690  
    290290TOOL_VCC80_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_LIB))
    291291TOOL_VCC80_LINK_DLL_OUTPUT = $(outbase).map $(outbase).lib $(outbase).exp
    292 TOOL_VCC80_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(out).manifest
     292TOOL_VCC80_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(out).manifest $(PATH_LIB)/$(notdir $(outbase)).lib $(PATH_LIB)/$(notdir $(outbase)).exp
    293293define TOOL_VCC80_LINK_DLL_CMDS
    294294        $(QUIET)$(TOOL_VCC80_LD) $(flags) \
     
    305305        $(QUIET)$(TEST) -f $(out).manifest -- \
    306306                $(TOOL_VCC80_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    307 ifeq ($(filter %.exp .def,$(othersrc)),)
    308307        $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_LIB)/
    309 endif
    310308$(eval _DIRS += $(PATH_LIB))
    311309endef
Note: See TracChangeset for help on using the changeset viewer.