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

    r2413 r2487  
    254254# @param    $(outbase)  Output basename (full). Use this for list files and such.
    255255TOOL_MINGW32_LINK_DLL_OUTPUT =
    256 TOOL_MINGW32_LINK_DLL_OUTPUT_MAYBE = $(outbase).a $(outbase).exp $(PATH_LIB)/$(notdir $(outbase)).exp $(PATH_LIB)/$(notdir $(outbase)).a
     256TOOL_MINGW32_LINK_DLL_OUTPUT_MAYBE = $(outbase).a $(outbase).exp $(PATH_STAGE_LIB)/$(notdir $(outbase)).exp $(PATH_STAGE_LIB)/$(notdir $(outbase)).a
    257257## @todo Find a better solution for installing the extra files (.a, .exp, .pdb, etc).
    258258TOOL_MINGW32_LINK_DLL_DEPEND = $(foreach lib,$(libs),$(if $(findstring $(lib),$(subst /,x,$(lib))),, $(lib)))\
    259259        $(filter %.def %.res,$(othersrc))
    260 TOOL_MINGW32_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_LIB))
     260TOOL_MINGW32_LINK_DLL_DEPORD = $(call DIRDEP,$(PATH_STAGE_LIB))
    261261define TOOL_MINGW32_LINK_DLL_CMDS
    262262        $(QUIET)$(TOOL_MINGW32_DLLWRAP) $(flags)\
     
    269269                $(foreach p,$(libpath), -L$(p))\
    270270                $(foreach lib,$(libs), $(if $(findstring $(lib),$(subst /,x,$(lib))), -l$(patsubst lib%,%,$(basename $(lib))), $(lib)))
    271         $(QUIET)$(CP) $(outbase).exp $(outbase).a $(PATH_LIB)/
     271        $(QUIET)$(CP) $(outbase).exp $(outbase).a $(PATH_STAGE_LIB)/
    272272endef
    273273## @todo separate install stuff!
Note: See TracChangeset for help on using the changeset viewer.