How to force project to always link when building
Posted: Sat Dec 22, 2012 8:56 pm
Hey.
In workspace I have few projects and one is called "Common". It cointains classes that other project share and it builds to static library. Other project include its headers and link it. Everything works, but it is very annoying that I change something in common project, compile it, then I compile another project and I get "nothing to be done". The solution is to rebuild the project, but it takes ages. I just want to re-link it, as only the lib has changed. Is there any way to do it? To do only "relink" instead of "rebuild"?
Thanks
In workspace I have few projects and one is called "Common". It cointains classes that other project share and it builds to static library. Other project include its headers and link it. Everything works, but it is very annoying that I change something in common project, compile it, then I compile another project and I get "nothing to be done". The solution is to rebuild the project, but it takes ages. I just want to re-link it, as only the lib has changed. Is there any way to do it? To do only "relink" instead of "rebuild"?
Thanks