Changes between Version 3 and Version 4 of Ticket #4
- Timestamp:
- Nov 22, 2006, 11:19:53 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4 – Description
v3 v4 6 6 7 7 The new functionality should be added to 'toolset' module and 'virtual-target.action' class, since the latter determines the path for targets. 8 9 A particularly nasty case is: 10 {{{ 11 whatever a : a.cpp : <totally-irrelevant-feature>:<define>FOO ; 12 }}} 13 here, we better make the feature show up in target paths, since using it like this make it's actually relevant for this main target, even though it might be irrelevant for all the generators used.
