Opened 20 years ago
Last modified 15 years ago
#119 closed Tasks (invalid)
Dependency & exported properties — at Version 1
| 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 (1)
comment:1 by , 15 years ago
| Component: | jamboost → build |
|---|---|
| Description: | modified (diff) |
| Severity: | → Problem |
Note:
See TracTickets
for help on using tickets.
