how to prevent C++Builder 6 IDE from relinking static .lib every time I choose Make
2004-11-05 07:08:21 AM
cppbuilder49
It seems that C++Builder 6 relinks static .lib libraries every time
you choose Make regardless of whether anything in the dependent .obj
files has changed. Is there any way to prevent it from doing this?
It slows down build times, it's completely unnecessary, and the
command line make doesn't do it.
Thanks in advance!