Kompilieren mit OpenWatcom Posted Jul 27, 2019 By Andreas Peters 1 min read Um mit Openwatcom ein DOS Programm zu compilieren, geht man wie folgt vor: wcc -bt=dos test.c wlink sys dos n test.exe f test.o Möchte man noch eine library mit linken: wlink sys dos n test.exe f test.o l pdcurses.lib dos, legacy, software Share