If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
Experimenting Is Underway For Rust Code Within Mesa
...and here I thought I was being courteous with the DOS retro-hobby project I'm (very) slowly finding time to work on by going the extra mile to make the tools in a standard Open Watcom C/C++ 1.9 install the only mandatory dependencies for a from-source binary build and Doxygen as the only dependency for a documentation build and making it buildable on Linux, Win32, or DPMI installs of the toolchain.
(e.g. If I need anything beyond what Open Watcom Make 1.9 is expressive enough to do, I'll write a helper in C and let wmake build that first.)
Open Watcom is self-hosting, but supports all targets from a single build and doesn't yet target 64-bit platforms, so an easy bootstrap through the officially supported path is GCC or MSVC → 64-bit Open Watcom 2.0 and then use it to build whatever 32-bit Open Watcom release you want for whatever host you want. (OW 1.9 is the last version from before a lack of new releases caused a friendly fork, so that's why I ensure I maintain support for it.)
Last edited by ssokolow; 30 October 2021, 09:34 PM.
Comment