$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alexey Pakhunov (alexeypa_at_[hidden])
Date: 2006-12-28 19:37:53
"bjam xxx.obj" does the trick.
On 12/28/06, Jaroslav Gresula <jgresula_at_[hidden]> wrote:
>
> I have a Jamfile looking like this:
>
> lib some_lib :
> # many .cpp files listed here
> ;
>
> Once in a while, I would like to compile just a single .cpp file (no
> linking, just compilation). The reason is that I want to make sure that
> the particular .cpp file is ok and don't want to compile and link the
> whole library.
>
> Any ideas how to accomplish that? Thanks.
>
> --
> Jarda
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://listarchives.boost.org/mailman/listinfo.cgi/boost-build
>
-- Best regards, Alexey Pakhunov.