User forums > Using Code::Blocks

Relinking dilemma

(1/1)

deadimp:
[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)?

stahta01:
Are you using a Code::Blocks workspace?
If yes, did you set the one project to depend on the other one.

Tim S

Navigation

[0] Message Index

Go to full version