Changeset 1702 for trunk/kBuild/header.kmk
- Timestamp:
- Sep 2, 2008, 4:20:48 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r1692 r1702 721 721 # will do the necessary inheritance from templates to targets. 722 722 PROPS_ACCUMULATE_R := \ 723 DEPS ORDERDEPS DEFS \723 DEPS LNK_DEPS ORDERDEPS LNK_ORDERDEPS DEFS \ 724 724 ARFLAGS \ 725 725 CFLAGS CDEFS \ … … 734 734 # Subset of PROPS_ACCUMULATE_R which applies to all linkable targets. 735 735 PROPS_ACCUMULATE_R_LNK := \ 736 DEPS ORDERDEPS DEFS \736 DEPS LNK_DEPS ORDERDEPS LNK_ORDERDEPS DEFS \ 737 737 CFLAGS CDEFS \ 738 738 CXXFLAGS CXXDEFS \
Note:
See TracChangeset
for help on using the changeset viewer.