]> Shamusworld >> Repos - thunder/blob - test/rthack4.mak
Fixes to makefile, file permissions.
[thunder] / test / rthack4.mak
1 .AUTODEPEND\r
2 #\r
3 # Options\r
4 #\r
5 INCL = -Ic:\bc5\include;c:\bc5\my_stuff \r
6 LIB  = -Lc:\bc5\lib\r
7 #\r
8 # Dependency List\r
9 #\r
10 rthack4.exe: rthack4.cpp screen.obj\r
11   bcc -3 -ml rthack4 screen.obj\r
12 \r
13 screen.obj: screen.cpp\r
14   bcc -3 -ml -f287 -vi -c $(INCL) screen.cpp\r