| [news.eclipse.tools.cdt] Re: CDT static library project's linking options? |
Derek wrote:
A static library doesn't link with anything. In fact, it is not linked at all, it is just an archive of object files, created using 'ar'. That is why there are no linking options.