$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Andrei Melnikov (andy.melnikov_at_[hidden])
Date: 2006-06-22 13:20:09
I tried to reduce code duplications in actions in msvc.jam (see the attachment).
I coudn't find much documentation on "on" rule and target-specific
variables, so I'm not sure that my code really does what I think it
does.
If you think my idea is good, I'll change the rest of the actions this way.
Also, can someone explain me the magic behind the following:
@"@($(<[1]:W).rsp:E=$(nl)"$(>)" $(CC_RSPLINE))"
So I'll be able to perform better code reduction than I did in my
patch. Is @() a special operator to create files?