$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Copy file to output directory
From: sichent (sichent_at_[hidden])
Date: 2011-04-04 15:56:39
Hello boost build users,
maybe someone could please help me, I need to copy the file from source
directory (where Jamfile is located) to output directory (where binary
is finally built to).
Seems quite simple but I am unable to find out the way to specify the
output directory as it depends on build variant, address mode and so on.
Thanks in advance,
sich