$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Phillip Seaver (phil_at_[hidden])
Date: 2006-03-22 13:45:38
I've got a jamfile like the following:
lib foo : foo.c ;
install libs : foo : <location>/usr/local/lib ;
install headers : foo.h : <location>/usr/local/include ;
The problem I'm running into is that if I run bjam from a different
directory (say, an executable that links with foo), it just copies the
lib file. If I run it from the foo project directory, it copies both.
Bug? Stupid user?
Thanks,
Phillip