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

    r1547 r1690  
    295295# @param    $(outbase)  Output basename (full). Use this for list files and such.
    296296TOOL_VCC70_LINK_DLL_OUTPUT = $(outbase).map $(outbase).lib $(outbase).exp
    297 TOOL_VCC70_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk
     297TOOL_VCC70_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(PATH_LIB)/$(notdir $(outbase)).lib $(PATH_LIB)/$(notdir $(outbase)).exp
    298298TOOL_VCC70_LINK_DLL_DEPEND = $(objs) $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc)
    299299TOOL_VCC70_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_LIB))
     
    310310                $(subst /,\\,$(objs)) \
    311311                $(subst /,\\,$(libs))
    312 ifeq ($(filter %.exp .def,$(othersrc)),)
    313312        $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_LIB)/
    314 endif
    315313$(eval _DIRS += $(PATH_LIB))
    316314endef
Note: See TracChangeset for help on using the changeset viewer.