RE: include paths

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

bensler at mail.com wrote:
> This is what my EUINC var currently looks like, after one day of setting 
> 
> up my EU environment..
>
> EUINC=c:\euphoria\include\w320551;c:\euphoria\include\eX17;c:\euphoria\include\mylibs
> 

Chris:

   Why don't you do this:

set INC0=%EUDIR%\include\
set INC1=%INC0%w320551
set INC2=%INC0%eX17
set LIB1=%INC0%mylibs

set EUINC=%INC0%;%INC1%;%INC2%;%LIB1%

Bernie

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

Search



Quick Links

User menu

Not signed in.

Misc Menu