Re: CALL FOR DOS REVISTED

new topic     » goto parent     » topic index » view thread      » older message » newer message
jimcbrown said...
BRyan said...

The problem is DOSFAMILY option ?

I do not see any code that sets up options when the code is compiled.

What happened when you tried this?

jimcbrown said...

Open makefile.wat, and look for this section:

!ifeq RELEASE 1 
RELEASE_FLAG = -D EU_FULL_RELEASE 
!endif 

Change it to look like this instead.

!ifeq RELEASE 1 
RELEASE_FLAG = -D EU_FULL_RELEASE 
!endif 
RELEASE_FLAG = -D DOSFAMILY 
BRyan said...
jimcbrown said...

All the code should be in the SVN server, so we shouldn't have any lost source.

What server ?

Where are the files from SVN 1705 up to the latest version ?

SVN 1705 is available from hg at http://scm.openeuphoria.org/hg/euphoria/rev/8926e37340dd or the old SVN server at http://rapideuphoria.svn.sourceforge.net/viewvc/rapideuphoria?view=revision&revision=1705

The latest is only available from hg, http://scm.openeuphoria.org/hg/euphoria/rev/bdcbd57525de

There's list of changes from hg at http://scm.openeuphoria.org/hg/euphoria/shortlog/bdcbd57525de

There's also a list of changes from svn at http://rapideuphoria.svn.sourceforge.net/viewvc/rapideuphoria/trunk/?view=log

jimcbrown said...
BRyan said...

The problem is DOSFAMILY option ?

I do not see any code that sets up options when the code is compiled.

What happened when you tried this?

jimcbrown said...

Open makefile.wat, and look for this section:

!ifeq RELEASE 1 
RELEASE_FLAG = -D EU_FULL_RELEASE 
!endif 

Change it to look like this instead.

!ifeq RELEASE 1 
RELEASE_FLAG = -D EU_FULL_RELEASE 
!endif 
RELEASE_FLAG = -D DOSFAMILY 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu