Listing 1

hello.exe : main.obj hello.obj
             bcc -ehello.exe main.obj hello.obj
             copy hello.exe c:\bin\hello.exe

hello.obj : hello.c proto.h
             bcc -c hello.c

main.obj : main.c proto.h
             bcc -c main.c

proto.h :