News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Relinking dilemma

Started by deadimp, February 23, 2007, 05:03:46 AM

Previous topic - Next topic

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
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]