Opened 18 years ago
Closed 17 years ago
#21 closed enhancement (fixed)
Fix target DEPS
| Reported by: | bird | Owned by: | bird |
|---|---|---|---|
| Priority: | major | Milestone: | 0.1.4 |
| Component: | kBuild | Version: | 0.1.0 |
| Keywords: | Cc: |
Description
The DEPS of link target will be propagated down to all the compile targets. There should be a way of specifying dependencies that applies to the link alone.
Change History (2)
comment:1 by , 18 years ago
| Milestone: | 0.1.1 release → 0.1.4 |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
| Type: | defect → enhancement |
Note:
See TracTickets
for help on using tickets.

Adding two new properties for link targets that is not picked up by the "children":
LNK_DEPSandLNK_ORDERDEPS. These corresponds toDEPSandORDERDEPS.Implemented in [1702].