Re: Problems with Euphoria v3.0.1

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

Robert Craig wrote:
> 
> Jaime Marcos wrote:
> > All these four batch files, bmakew.bat, build.bat, imake.bat and imakew.bat
> > 
> > use \Euphoria\bin\ instead of %EUDIR%\bin\.
> 
> Thanks. I'll fix that.
> 
> > Perhaps it would be a good idea to put also the path %EUDIR%\bin within the
> > 
> > 12 batch files in the bin binder: I've moved all these 12 files to a general
> > 
> > binder C:\BATs (this one, sure, in the path!) and I can use Euphoria 
> > without the necessity of adding %EUDIR%\bin to the PATH variable.
> 
> I'd like to assume that euphoria\bin is on the PATH.
> 
> Thanks,
>    Rob Craig
>    Rapid Deployment Software
>    <a href="http://www.RapidEuphoria.com">http://www.RapidEuphoria.com</a>

I've often wondered what is the necessity of having EUDIR and EUINC as preset
environment variables?

I've currently got 4 versions of Eu installed and they all work independently
and simultaneously by utilizing batch files. It also saves me the trouble of
messing in my OS settings.

Is there some quirky thing that I'm missing?

(for anyone who might be interested, this is the bat file I use to launch Exw
v3.0.0)
@echo off
SETLOCAL
SET EUDIR=f:\eu3.0
SET EUINC=f:\my empire\include
%EUDIR%\bin\exw.exe %1 %2 %3 %4 %5 %6 %7 %8 %9



Chris Bensler
~ The difference between ordinary and extraordinary is that little extra ~
http://empire.iwireweb.com - Empire for Euphoria

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

Search



Quick Links

User menu

Not signed in.

Misc Menu