]> Shamusworld >> Repos - thunder/blob - test/rthack.mak
Initial import (for historical reasons).
[thunder] / test / rthack.mak
1 INCL = -Ic:\bc5\include;c:\bc5\my_stuff \r
2 \r
3 rthack.exe: rthack.cpp screen.obj\r
4  bcc -3 -ml rthack screen.obj\r
5 \r
6 screen.obj: screen.cpp\r
7   bcc -3 -ml -f287 -vi -c $(INCL) screen.cpp\r