[build] how to get all additional include paths of a project

View: New views
3 Messages — Rating Filter:   Alert me  

[build] how to get all additional include paths of a project

by Andrey Torba :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All!

There is a project. There are include paths in requirements<include>. The project is also dependent on boost, proj1.
proj1 has 'usage-requirements' include paths and so on...
Is it possible to get a list of all additional include paths of my project?

--
Regards, Andrey

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

Re: [build] how to get all additional include paths of a project

by Vladimir Prus :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wednesday 17 June 2009 Andrey Torba wrote:

> Hi All!
> There is a project. There are include paths in requirements<include>. The
> project is also dependent on boost, proj1.
> proj1 has 'usage-requirements' include paths and so on...
> Is it possible to get a list of all additional include paths of my project?

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?

- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

Re: [build] how to get all additional include paths of a project

by Andrey Torba :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Wed, Jun 17, 2009 at 7:52 PM, Vladimir Prus <ghost@...> 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

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build