Feature #2231 2006-05-27 13:48
trikko
Relink button?
It should be useful to add a button other than compile build etc to relink only the project. Often i just need to relink a project (to update libraries references). To do this now i need to delete the executable every time.
- Category
- Interface
- Status
- Closed
- Close date
- 2006-08-16 12:09
- Assigned to
History
I believe this is not needed. You can achive the same functionality with already implemented features. Please do:
- open project properties - switch to tab "Targets" - select the target, click on "Dependencies" - add the libs in question to the "External dependency files" list
Thus, if any of these external libs has changes a re-link is automatically done if you build the project.
Please let me know if there are cases where this does not work, otherwise I'll close this FR at some later time.
Later time has come :)