+Andrew Davie Posted December 14, 2022 Share Posted December 14, 2022 We're missing a DOS build/release. This seems something that kinda should be there. Can anyone contribute one? Link to comment Share on other sites More sharing options...
+splendidnut Posted December 15, 2022 Share Posted December 15, 2022 Working on it. This is where I'm at so far using Open Watcom via DOSBox.... seems that some code tweaks need to be made. Or I'm not using the right variant of the compiler... Link to comment Share on other sites More sharing options...
+splendidnut Posted December 15, 2022 Share Posted December 15, 2022 Yup, wrong compiler variant. Here's DASM 2.20.14.1 compiled for DOS (386+): DASM_DOS.EXE And the MAKEFILE to run thru Open Watcom WMAKE: Makefile 1 1 Link to comment Share on other sites More sharing options...
+splendidnut Posted December 15, 2022 Share Posted December 15, 2022 I will note that there was a section of code in main.c that needed to be changed. Inside the cleanup() function, around line 954, there are some variable definitions that need to be moved to the beginning of the block for the code to compile. Surprisingly, I believe that was the only issue that needed to be corrected. Link to comment Share on other sites More sharing options...
Recommended Posts