1. Eu 3.2 Suggestion
- Posted by c.k.lester <euphoric at ck?ester?com> Dec 26, 2007
- 680 views
I'd like to be able to do something like this:
+ Base system config specified in same directory as interpreter.
- .euinc.conf would be in c:\euphoria\bin\ and contain this:
EUDIR=c:\euphoria\bin\;
EUINC=c:\euphoria\include\;c:\eu_includes\euslibs\;
+ Additional system config specified in same directory as source file
- .euinc.conf would be in c:\htdocs\mysitedir\ and contain this:
EUINC=..\htdocs\bbcmf-system\;..\htdocs\bbcmf-plugins\;
Does that seem reasonable?

