Pages

Friday, 25 March 2022

DOS Build System for MacOS


  1. Put your source files under dosroot/src/
  2. Set the output executable name in Makefile (in variable EXE)
  3. Run make.

Expect DOSBox coming up and TCC compiling the file. After that EXE will be executed.

frm https://github.com/Jamesits/DOS-Threading-Demo

----

DOS Build System for MacOS

  1. Put your source files under dosroot/src/
  2. Set the output executable name in Makefile (in variable EXE)
  3. Run make.

Expect DOSBox coming up and TCC compiling the file. After that EXE will be executed.

frm https://github.com/Jamesits/DOSBuildSystem

No comments:

Post a Comment