$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Alberto (alberto.ing_at_[hidden])
Date: 2007-04-16 03:24:47
I'm looking for a way setup _global_ include and library definition.
Example:
exe hello : hello.cpp : <include>C:\\Boost\\include\\boost-1_33_1 ;
Instead of writing something like this I'd like to have:
exe hello : hello.cpp ; (included by default or by project)
or at least a
exe hello : hello.cpp boost ; (boost project setup somewhere else)
I new to jam, so I'm probably missing something obvious,
thanks for any help.
-- Alberto