REM Batch file for Open Watcom C/C++ compiler
SET WATCOM=C:\SYSTEM\WATCOM16
SET INCLUDE=%WATCOM%\H
SET WATBIN=%WATCOM%\BINW
SET PATH=%WATBIN%
wpp386 /onatx /oh /oi+ /ei /3 /fp3 unigraf.cpp
wpp386 /onatx /oh /oi+ /ei /3 /fp3 proc8080.cpp
wpp386 /onatx /oh /oi+ /ei /3 /fp3 orionix.cpp
wlink system pmodew option stack=64k,map=orionix.map file orionix,proc8080,unigraf name orionix
