Say I compiled codeblocks but just want to relink against different libs (useful for mpatrol memory checker. link against libmpatrol.a to enable and link against libmpalloc.a to disable..). I don't see a way to do this with current codeblocks. Is it possible to add a right click menu option that does something similar to touch (updates the timestamp)? Would a recursive touch on all the object files in the project be enough to force relinking everything (I think so but not sure)?