Re: CALL FOR DOS REVISTED
- Posted by jimcbrown (admin) Jun 22, 2013
- 4569 views
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?
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
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
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?
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