﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
121	Incorrect target paths	ghost	somebody	"Given a user-config of {{{
using msvc
    : 7.1_stlport4
        : ""C:/Program Files/Microsoft Visual Studio .NET 2003/Vc7/bin/cl.exe""
            ;

using stlport
    :   4.6.2
        :   ""X:/boost-regression/STLport-4.6.2/stlport""
                ""X:/boost-regression/STLport-4.6.2/lib""
                    ;
}}}

and bjam command line of:
{{{
bjam msvc-7.1_stlport4 stdlib=stlport-4.6.2
}}}
we get target paths of:
{{{
bin/msvc-7.1_stlport4/debug/stdlib-stlport-4.6.2/stdlib-stlport-4.6.2/threading-multi/hello.rsp
}}}
with duplicated stllib-stlport-4.6.2.
"	defect	closed	major		component1		fixed		
