Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] AST: How to get the current common path of the headers?

On Mon, Apr 20, 2009 at 10:10 AM, Elena Laskavaia <elaskavaia@xxxxxxx> wrote:
Look where project properties page gets them.
 
As in AbstractLangsListTab.getSettingEntriesList(kind):
(ICLanguageSetting)lang.getSettingEntriesList(kind) where kind would be ICSettingEntry.INCLUDE_PATH

I believe build system would pull them from Option though.

Andrew



Andrey Tretyakov wrote:
Hello!

How to get the current common path of the headers, using AST, C-Index or C-Model? For example, '/usr/include' and so on.
(CDT 4.0 and 5.0)

Best regards,
             Andrey.
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top