Author Topic: Add Dependency in Code-Block  (Read 3443 times)

Offline puneet_m

  • Multiple posting newcomer
  • *
  • Posts: 73
Add Dependency in Code-Block
« on: October 30, 2007, 04:59:54 pm »
How can we add a dependency as target in an already existing target?

« Last Edit: October 30, 2007, 05:19:16 pm by puneet_m »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Add Dependency in Code-Block
« Reply #1 on: October 31, 2007, 08:10:03 am »
How can we add a dependency as target in an already existing target?
Sorry, but I don't get whhat you mean...?! You mean a target dependency?! So target A depends on target B? This cyn be done by ordering the targets in a virtual target accordingly. E.g. order the targets A and B as you like; create avirtual target "all", select A and B to be compiled.
With regards, Morten.
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