User forums > Using Code::Blocks
Is it a bug or a feature?
Max:
--- Quote from: Seronis on November 15, 2008, 07:14:15 am ---brackets are used on 'library headers' which is generally assumed to be something that doesnt change. quotation marks are generally used for project headers. So this is more an optimization (feature) and not a bug.
--- End quote ---
I have a project to build a static library, say libfoo.a. The header files of that projects are including other headers of the libfoo.a's projects.
I can use "" during development but once library and header are installed
in the system they become "system" header, so the "" becomes wrong, I shuold use <> !!
Ok, so in this case what should I do?
It do believe that the ".depends" must works for both <> and "".
Thx
Max
Navigation
[0] Message Index
[*] Previous page
Go to full version