Changes between Version 3 and Version 4 of Ticket #4


Ignore:
Timestamp:
Nov 22, 2006, 11:19:53 AM (19 years ago)
Author:
ghost
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4 – Description

    v3 v4  
    66
    77The new functionality should be added to 'toolset' module and 'virtual-target.action' class, since the latter determines the path for targets.
     8
     9A particularly nasty case is:
     10{{{
     11whatever a : a.cpp : <totally-irrelevant-feature>:<define>FOO ;
     12}}}
     13here, 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.