Author Topic: Relink after changes in dependent projects  (Read 3572 times)

Offline badday

  • Single posting newcomer
  • *
  • Posts: 3
Relink after changes in dependent projects
« on: February 06, 2012, 06:47:26 pm »
Hi,

is there no such functionality which makes the current built application to relink after a dependent project was affected by changes or am I only missing it?


Thanks,

badday

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Relink after changes in dependent projects
« Reply #1 on: February 06, 2012, 07:47:56 pm »
Install a nightly build and you'll get this new feature.
Keep in mind that it doesn't work if you specify the linking commands manually with -lmylib for example.
This feature is available in relatively new builds.

Otherwise you can setup external dependencies.
Here is the path to the UI: Project -> Properties -> Build targets -> Dependencies.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline badday

  • Single posting newcomer
  • *
  • Posts: 3
Re: Relink after changes in dependent projects
« Reply #2 on: February 06, 2012, 08:12:29 pm »
Nice to hear :)

Are those nightly builds more or less stable?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Relink after changes in dependent projects
« Reply #3 on: February 06, 2012, 08:30:37 pm »
Are those nightly builds more or less stable?
More "more" than "less". :-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ