If you want to compile from your development directory the way is to create two new files:
bcc32.cfg
-I"C:\Borland\BCC55\Include"
-L"C:\Borland\BCC55\Lib"
ilink32.cfg
-L"C:\Borland\BCC55\Lib"
Now we can compile using:
bcc32 our_file.cpp
Of course, I'm using the default installation path and I set the local variables before.
Bye
No comments:
Post a Comment