Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Praser once again

>-----Original Message-----
>From: cdt-dev-admin@xxxxxxxxxxx [mailto:cdt-dev-admin@xxxxxxxxxxx]On
>Behalf Of Philip Lawatsch
>Sent: September 7, 2004 1:12 PM
>To: cdt-dev@xxxxxxxxxxx
>Subject: [cdt-dev] Praser once again
>
>
>Hi,
>
>
>I still do not have much luck in getting my project parsed and 
>thus I've got some more questions to ask.
>
>
>First of all, I assume the parser also does preprocessing of 
>C++ files, at least do to where it should make decisions about include 
>code or not surrounded by ifdefs.
>
>But, how does the parser find out which defines are actually set?
>
>I'm using a standard make project, so, how does the parser 
>find this out?

Paths and Symbols in the project properties (from a 
users perspective).  I don't have the API handy, but these
can be set programatically if required.

Thanks,
 Thomas


Back to the top