$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Malcolm Cifuentes (malcolm_cifuentes_at_[hidden])
Date: 2005-06-22 10:40:52
Hi all,
is there any way to build an exe without bb actually trying to build its
dependants but still link against them?
Example:
normally bb will :
1) find all dependant libraries
2) build libraries if required
3) pass libraries to linker
I would like the following workflow:
1. and 3.
thanks
mal