<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>RE: [CMake] Eclipse generator - scanner-discovered include pathsand pre-processor symbols</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>
<P><FONT SIZE=2>Hi Alex,<BR>
<BR>
Yes, that is correct, that one pathentry line added to .cproject is all that is needed from the generator. The scanner simply detects the built-in symbols and paths and sticks them in the container. Then, the container contribution has to be added as part of the project paths. Then, the indexer can find all the include files, and the pre-processor conditions work correctly.<BR>
<BR>
Or, at least, that is my understanding :-).<BR>
<BR>
Thanks,<BR>
Shash<BR>
<BR>
-----Original Message-----<BR>
From: Alexander Neundorf [<A HREF="mailto:a.neundorf-work@gmx.net">mailto:a.neundorf-work@gmx.net</A>]<BR>
<BR>
<BR>
But all you want is to add the line<BR>
<pathentry kind="con"<BR>
path="org.eclipse.cdt.make.core.DISCOVERED_SCANNER_INFO"/><BR>
to the file ?<BR>
<BR>
And even with all the builtin include dirs and macros already in the .cproject<BR>
file, the indexer still needs to find them again itself ?<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>