Watt-32
Watt-32 copied to clipboard
Building Watt32 2.2.dev.rel11 with Open Watcom 1.9 on Windows, and failures.
Dear Watt32,
I've just built the release from the website on Windows, using Open Watcom 1.9. I ran into some problems with winadinf.[hc], and "hacked" them to to compile by adding several #ifdef __WATCOMC__
guards.
I've already seen similar guards in those files, and can provide a diff, or even a pull request. It is however, completely untested at the time of this writing.
Is such a patch welcome? Since I'm not sure what any of the code in the files is supposed to do, I thought to ask first.
For the record, I just followed the directions and did
cd src
configur.bat watcom
wmake -f watcom_w.mak
as the build process.