$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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?