From: Jeffrey Holle (jeffreyholle_at_[hidden])
Date: 2007-07-29 16:54:40


I am using Boost.Build V2 (Milestone 11) Boost.Jam 03.1.15.

I am now at the stage when I want to alter the library names that a lib
rule builds so I can move both release and debug into a common directory
via a stage rule.

What I want to know is the simplest way to append a "-d" to the base
name of the debug library.