all: rfshelltest.obj
	ilink32 -L"c:\Borland\Bcc55\lib" rfshelltest.obj, rfshelltest.exe, rfshelltest.map, c0x32.obj cw32.lib import32.lib rfshell.lib, ,

rfshelltest.obj: rfshelltest.cpp 
    bcc32 -I"c:\Borland\Bcc55\include" -L"c:\Borland\Bcc55\lib" -c rfshelltest.cpp

clean:
	del rfshelltest.obj

syntax highlighted by Code2HTML, v. 0.9.1