.AUTODEPEND # # Options # INCL = -Ic:\bc5\include;c:\bc5\my_stuff LIB = -Lc:\bc5\lib # # Dependency List # rthack4.exe: rthack4.cpp screen.obj bcc -3 -ml rthack4 screen.obj screen.obj: screen.cpp bcc -3 -ml -f287 -vi -c $(INCL) screen.cpp