fragglet / vanilla-utilities

Doom engine DOS utilities
https://www.doomworld.com/forum/topic/110970-the-vanilla-utilities/
GNU General Public License v2.0
18 stars 0 forks source link

Port to OpenWatcom #1

Closed fragglet closed 4 years ago

fragglet commented 4 years ago

Current codebase only compiles with Turbo C but OpenWatcom includes a 16-bit C compiler

fragglet commented 4 years ago

As of da5626957aa30e94b49819fe6aab8cca0dea3343, 7/9 of the utilities now compile successfully with OpenWatcom. The only exceptions are analogjs and parsetup because they use assembly code and there are currently some compile problems related to symbol renaming and inline assembly syntax.