Opened 20 years ago
Closed 15 years ago
#119 closed Tasks (invalid)
Dependency & exported properties
| Reported by: | Vladimir Prus | Owned by: | Vladimir Prus |
|---|---|---|---|
| Milestone: | Component: | build | |
| Version: | None | Severity: | Problem |
| Keywords: | Cc: |
Description (last modified by )
It appears, we need both of them. For example. Boost.Graph build
requires that one main target use header generated by another.
PCH support is also better implemented via dependency properties
exe a : a.cpp : <pch>my_pch ;
Exported properties are needed by Boost right now: date_time
requires certain defines to be set by modules *using* them.
Change History (2)
comment:1 by , 15 years ago
| Component: | jamboost → build |
|---|---|
| Description: | modified (diff) |
| Severity: | → Problem |
comment:2 by , 15 years ago
| Resolution: | None → invalid |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Stale. Done in Boost.Build since forever.