Re: Suggestion for next release of EU

new topic     » goto parent     » topic index » view thread      » older message » newer message

I think searching all the sub-directories (if any exist) might be a bit
overkill IMHO.  How about if an environment variable such as:

   INCLUDEPATH

was defined with say:

   C:\EUPHORIA\INCLUDE;C:\EUPHORIA\INCLUDE\MYSTUFF;C:\ANDY\INCLUDE

then any include statement that does not have a full path name is "looked
for" (ouch! bad grammar) in each of the directories listed by INCLUDEPATH
in left to right order.

So when developing you could have:

    C:\EUPHORIA\DEVINC;C:\EUPHORIA\INCLUDE

and when your happy with your development include files copy them to
C:\EUPHORIA\INCLUDE and reset INCLUDEPATH to just:

    C:\EUPHORIA\INCLUDE

If INCLUDEPATH is not defined then includes should work as they do now.

Just an idea ... borrowed from more than one C compiler :-]

Regards,

Andy Cranston.

At 09:39 05/02/01 -0800, you wrote:
>Hey Rob, this is an easy one, and IMHO, is quite neccessary..
>
>When Eu searches for library files, as well as looking in the 'INCLUDES' 
>directory, it should search subdirectories of 'INCLUDES'.
>
>This would allow us to organize our includes much better..
>My 'INCLUDES' directory is HUGE!!
>I have over 150 files in there!
>
>What do you think?
>This shouldn't take more than a few minutes to implement..
>Doesn't add anything to the comlexity of coding, and makes EU more 
>user-friendly.
>
>Chris
>
>
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu