started adding the imago library, not done
[dosdemo] / README.txt
1 Cross-compile on GNU/Linux
2 --------------------------
3
4 source owdev file with contents (change WATCOM var as necessary):
5
6   export WATCOM=$HOME/devel/ow
7   export PATH=$WATCOM/binl:$PATH
8   export INCLUDE=$WATCOM/h:$INCLUDE
9
10 Run wmake to build. Needs dos4gw.exe and wstub.exe in current dir or PATH
11
12 Simply running ./demo.exe will invoke magic of the ancients to start wine,
13 which will in turn start dosbox, which will execute the DOS binary!