Ignore:
Timestamp:
Sep 2, 2008, 4:20:48 AM (17 years ago)
Author:
bird
Message:

kBuild: Implemented the new LNK_DEPS and LNK_ORDERDEPS link target properties. These are 'workarounds' around the funny workings of DEPS and ORDERDEPS on link targets (legacy we cannot get rid of).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r1692 r1702  
    721721# will do the necessary inheritance from templates to targets.
    722722PROPS_ACCUMULATE_R := \
    723         DEPS ORDERDEPS DEFS \
     723        DEPS LNK_DEPS ORDERDEPS LNK_ORDERDEPS DEFS \
    724724        ARFLAGS \
    725725        CFLAGS CDEFS \
     
    734734# Subset of PROPS_ACCUMULATE_R which applies to all linkable targets.
    735735PROPS_ACCUMULATE_R_LNK := \
    736         DEPS ORDERDEPS DEFS \
     736        DEPS LNK_DEPS ORDERDEPS LNK_ORDERDEPS DEFS \
    737737        CFLAGS CDEFS \
    738738        CXXFLAGS CXXDEFS \
Note: See TracChangeset for help on using the changeset viewer.