Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: deadimp on February 23, 2007, 05:03:46 am

Title: Relinking dilemma
Post by: deadimp on February 23, 2007, 05:03:46 am
[Windows XP Proffessional > Code::Blocks SVN 3634 2/22/07]
I've searched on the forums, and I've seen mention of the "External Dependencies" feature in project options, but it doesn't seem to be working as I expect.
I have two projects, [parse], a static library, and [Parse Test], an executable meant to test the library.
Whenever I make a change to and recompile (part of) [parse], and don't do so with [Parse Test], it does nothing with [Parse Test], saying that the target is up to date, and it doesn't relink or anything (and I've set [Parse Test]'s exteranl dependency to [parse]).

To add to this question, is there some way to enforce a relink, as Dev-C++ does, when you do a static compile (Ctrl+F9)?
Title: Re: Relinking dilemma
Post by: stahta01 on February 26, 2007, 11:11:38 pm
Are you using a Code::Blocks workspace?
If yes, did you set the one project to depend on the other one.

Tim S