Feature #5688 2013-10-04 21:24
bugsquasher
Project up-to-date when relinking needed
The problem is that I am building several libraries that depend on each other and when I recompile the first library I need to relink the second library to have correct program execution.
It would be great to have a menu option to re-link your project for situations where the libraries used are undergoing changes simultaneously.
Thanks, Marc
BugSquasher
- Category
- Build System
- Status
- Open
- Close date
- Assigned to
History
I think this is a good feature request, from what I know, the compiler did not relink the target if no translation units are compiled. See a related discussion here: http://forums.codeblocks.org/index.php/topic,18425.msg126018.html#msg126018 Especially the function: wxArrayString DirectCommands::GetTargetCompileCommands(ProjectBuildTarget* target, bool force) const