Re: A terrible earth stopping bug - fix immediately!
- Posted by jeremy (admin) Mar 17, 2009
- 974 views
jimcbrown said...
How are you building the DOS interpreter then? :P
set EUVISTA=1 .\ex.exe
don't know. All I do, when doing a fresh build, is:
C:\Develop\Euphoria\source > rm -rf build C:\Develop\Euphoria\source > .\configure.bat -build build C:\Develop\Euphoria\source > wmake -f makefile.bat C:\Develop\Euphoria\source > dir build\*.exe Volume in drive C has no label. Volume Serial Number is FE74-9563 Directory of C:\Develop\euphoria\source\build 03/17/2009 08:05 PM 400,896 backendc.exe 03/17/2009 08:05 PM 275,216 BACKENDD.EXE 03/17/2009 08:05 PM 400,896 backendw.exe 03/17/2009 08:05 PM 794,025 EC.EXE 03/17/2009 08:05 PM 1,643,520 ecw.exe 03/17/2009 08:05 PM 551,341 EX.EXE 03/17/2009 08:05 PM 1,067,520 exw.exe 03/17/2009 08:05 PM 1,067,520 exwc.exe 8 File(s) 6,200,934 bytes 0 Dir(s) 743,991,500,800 bytes free C:\Develop\Euphoria\source > echo %EUVISTA% %EUVISTA% C:\Develop\Euphoria\source > set | grep EU EUDIR=C:\Develop\Euphoria EUINC=C:\Develop\Euphoria\include;C:\Develop\Projects\iupeu\include
Jeremy