drive=c:\pl\bc31
options=-v -vi
linkdebug=/m /v
compiler=bcc -c -Od -d -ml
libs=tlib

test.exe       : test.obj
                 tlink $(linkdebug) $(drive)\lib\c0l test, \
                       test.exe,                           \
                       test,                               \
                       fpclib fpcwin $(drive)\lib\cl

test.obj       : test.c
                 $(compiler) $(options) test.c
