Kompilieren mit OpenWatcom 27/07/2019 Andreas Peters 1 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