FrenkelS / doomtd3

Stripped down version of Doom (Doom8088) for only running timedemo 3
GNU General Public License v2.0
10 stars 2 forks source link

Version using 16 bit Open Watcom on Linux #10

Closed toncho11 closed 2 months ago

toncho11 commented 2 months ago

Is it possible to add a version that compiles doomtd3 using Open Watcom on Linux?

So you are using wmake on Windows to compile the source? wmake handles the https://github.com/FrenkelS/doomtd3/blob/main/makefile.w16 What is wmake?

FrenkelS commented 2 months ago

I'll give it a shot.

wmake is the make utility that comes with Watcom.

FrenkelS commented 2 months ago

I've added setenvwc.sh and compwc16.sh, and made some changes to makefile.w16 and wc16doom.lnk. And now it compiles on my Ubuntu machine.

toncho11 commented 2 months ago

Nice! Thanks! Then these need to be modified for the ELKS version because they still generate a DOS executable, right?

FrenkelS commented 2 months ago

yes