|
Boost-Build : |
From: Jeffrey Holle (jeffreyholle_at_[hidden])
Date: 2007-07-30 00:40:17
In looking at an old related email that Vladimir wrote, I found this
rule that looks like it is exactly what I want:
rule my-tag ( name : type ? : property-set )
{
if $(type) = LIB && [ $(property-set).get <variant> ] = debug
{
return [ virtual-target.apply-suffix $(name)_d : $(type):
$(property-set) ] ;
}
}
But it preforms as a NOOP.
I assume that why it doesn't work is because Boost.Build has changed
alot in 2 years.
Can anyone point out what wrong?
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk