Page 1 of 1

Recursion in search Path - have I missed something

Posted: Wed Dec 20, 2006 6:42 am
by AlanF
In the Workspace->Options->General there is a search path field. To ensure that when I double click on the Error line of the compiler output it jumps to the error code, I find that I have to explicitly specify ever possible directory that a file might be in. Given our moderate structure with a project that contains a src and lib each of which has at least an include, a resource and a resource/eng in it and the lib having three modules in it which have a similar sub structure, it is all a bit tedious to enter. Is there a general "always recurse down directories" somewhere that I have missed ?

TIA

Alan

Posted: Wed Dec 20, 2006 10:20 pm
by jussij
Is there a general "always recurse down directories" somewhere that I have missed ?

Unfortunately not :(

But Zeus will use the INCLUDE environment variable when searching for files, so you might find it easier to define the search path using this approach ;)

In addition, provided the file being searched for is listed in the current project/workspace, Zeus will manage to find and load the file on error. Using the Workspace,Workspace Builder menu to very easy to create a project/workspace ;)

Cheers Jussi