Opened 18 years ago

#9 new enhancement

The 'convert' rule

Reported by: ghost Owned by: somebody
Priority: major Milestone:
Component: component1 Version:
Keywords: Cc:

Description

When writing

   obj obj1 : a.cpp ;

V2 compiles a.cpp to create obj1.obj target. Sometimes it's desirable to convert source into different target type without changing the name. For example:

   somehow-processed-cpp p : a.cpp b.cpp c.cpp ;

It differs from the above in that the names of sources are preserved. This effect can be achieved either by a new rule 'convert', or some feature, say <name>"";

Change History (0)

Note: See TracTickets for help on using tickets.