I am trying to setup the borland command line compiler to use additional library files that I have in a different path. How do I configure the compiler to look for these libraries?
This is a discussion on Set up Borland with new Library within the C++ Programming forums, part of the General Programming Boards category; I am trying to setup the borland command line compiler to use additional library files that I have in a ...
I am trying to setup the borland command line compiler to use additional library files that I have in a different path. How do I configure the compiler to look for these libraries?
Anybody
Edit the files bcc32.cfg and ilink32.cfg to incorporate the additonal paths:
See this thread for additonal information: FAQ: Please help to use Borland CompilerCode:-L"c:\Borland\Bcc55\lib;path_for_new_lib"