$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Bojan Resnik (resnikb_at_[hidden])
Date: 2006-05-18 04:15:45
I am familiar with 'install' rule that can be used to copy targets
and dependencies into a predefined folder. However, can this be
modified to copy dependencies into main target's folder? Something
like:
--------
exe x : x.cpp my_dll ;
install -path to created x.exe- : x : <install-dependencies>on
<install-type>SHARED_LIB ;
--------
Can 'install' be made to work with prebuilt DLLs as well? For
example, Qt support declares a lib target, which causes the main
target to link with the appropriate static libraries, but does not
provide enough information for 'install ' to copy Qt DLL's when
needed.
-- Bojan Resnik