Ignore:
Timestamp:
Jul 21, 2011, 10:01:27 PM (14 years ago)
Author:
bird
Message:

tools\*.kmk: PATH_LIB -> PATH_STAGE_LIB; VCC 10.0 hacking.

File:
1 edited

Legend:

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

    r2413 r2487  
    264264# @param    $(outbase)  Output basename (full). Use this for list files and such.
    265265TOOL_VCC80AMD64_LINK_DLL_DEPEND = $(objs) $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib))) $(othersrc)
    266 TOOL_VCC80AMD64_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_LIB))
     266TOOL_VCC80AMD64_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_STAGE_LIB))
    267267TOOL_VCC80AMD64_LINK_DLL_OUTPUT = $(outbase).map $(outbase).lib $(outbase).exp
    268 TOOL_VCC80AMD64_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(out).manifest $(PATH_LIB)/$(notdir $(outbase)).lib $(PATH_LIB)/$(notdir $(outbase)).exp
     268TOOL_VCC80AMD64_LINK_DLL_OUTPUT_MAYBE = $(outbase).pdb $(outbase).ilk $(out).manifest $(PATH_STAGE_LIB)/$(notdir $(outbase)).lib $(PATH_STAGE_LIB)/$(notdir $(outbase)).exp
    269269define TOOL_VCC80AMD64_LINK_DLL_CMDS
    270270        $(QUIET)$(TOOL_VCC80AMD64_LD) $(flags) \
     
    281281        $(QUIET)$(TEST) -f $(out).manifest -- \
    282282                $(TOOL_VCC80AMD64_MT) -manifest $(subst /,\\,$(out)).manifest '-outputresource:$(subst /,\\,$(out));#2'
    283         $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_LIB)/
    284 $(eval _DIRS += $(PATH_LIB))
     283        $(QUIET)$(CP) --changed --ignore-non-existing $(outbase).exp $(outbase).lib $(PATH_STAGE_LIB)/
     284$(eval _DIRS += $(PATH_STAGE_LIB))
    285285endef
    286286
Note: See TracChangeset for help on using the changeset viewer.