$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] [build] how to get all additional include paths of a project
From: Andrey Torba (andreytorba_at_[hidden])
Date: 2009-06-17 15:21:46
On Wed, Jun 17, 2009 at 7:52 PM, Vladimir Prus <ghost_at_[hidden]> wrote:
> Like, in a variable in Jamfile? No -- in general that list depends on
> what you build and with what properties. Why do you need this?
>
I want to force my emacs to define include paths at runtime for any project
with any properties. I dont want to add all this paths manually, compiler
knows it better then me.
-- Regards, Andrey