Re: ver. 4.0 how to build ex.exe
- Posted by bernie Sep 20, 2008
- 1544 views
Using OpenWatcom ver 1.6 does not have a go32.h in it ? So it will not build DOS ex.exe file ?
Go32 was used by djgpp.
It comes with:
dos4gw.exe
pmodew.exe
dos32a.exe
What version of OpenWatcom is the standard one ?
So what batch file has to be edited to use with the newer watcom ?
I'll say it again: Do not use the batch files to build euphoria.
I only ever build DOS by accident, so I've reached the end of my useful knowledge of building DOS binaries. Did you actually try the makefile? It wasn't clear from your message if you did or not.
Matt:
Yes I used MAKEFILE.WAT it does not work with OPENWATCOM Ver 11.6
because OPENWATCOM DOES NOT have go32.exe or have a go32.h.
But go32 is used through out the euphoria source code.