﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9	The 'convert' rule	ghost	somebody	"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>"""";"	enhancement	new	major		component1				
