Hello,
My code is located in multiple folders. All of these folder have multiple subfolders. When I setup my include paths I have to specify all subfolders separately.
Is there some sort of keyword to tell the compiler to also include all subfolders?!
Also, In my project tree, I would like to have the exact same structure as my folders. So every folder would be a group with subgroups.
Why isn't it possible to create subgroups?!
Sander
No recursive search.
Remember that the source code may also use "../" etc to nagigate around the tree, and that the compiler will originate "" searches based on the directory of the source file.
"Why isn't it possible to create subgroups?!"
Don't you feel this is a question that is a thousand times better asked of Keil support, instead of asking other end users? How would we be able to know the answer?