Setting additional include directories for PhAB

How can I specify additional include directories for PhAB?
It builds the makefiles, so I can’t put them there.
Is there some option I can put in “additional build options”?
An environment variable?

John Nagle
Team Overbot

John Nagle <nagle@downside.com> wrote:

How can I specify additional include directories for PhAB?
It builds the makefiles, so I can’t put them there.

You can. PhAB never modifies an existing Makefile. That’s why the
Makefile includes those ab?files – they are the only pieces that PhAB
overwrites.

(Or were you talking about PhAB under Eclipse? If you were, then
somebody else will have to help you…)

Wojtek Lerch wrote:

John Nagle <> nagle@downside.com> > wrote:

How can I specify additional include directories for PhAB?
It builds the makefiles, so I can’t put them there.


You can. PhAB never modifies an existing Makefile. That’s why the
Makefile includes those ab?files – they are the only pieces that PhAB
overwrites.

(Or were you talking about PhAB under Eclipse? If you were, then
somebody else will have to help you…)

If it is under Eclipse, then you simply need to right click on your
PhAB project, select [Properties->QNX C/C++ Project->Include Paths]
and edit them appropriately.