I was Downloand the freeware Borland 5.5, the Readme.txt file said that
I need make a bcc32.cfg file which will set the compiler options for Include
and Lib path. (-I and -L switches to compiler) by adding these lines:
-I"C:\Borland\Bcc55\include"
-L"C:\Borland\Bcc55\lib"

And then create ilink32.cfg file which will set the linker option for the
lib path by adding this line
-L"C:\Borland\Bcc55\lib"

How I make this two file ilink32.cfg and bcc32.cfg?