News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Add Dependency in Code-Block

Started by puneet_m, October 30, 2007, 04:59:54 PM

Previous topic - Next topic

puneet_m

How can we add a dependency as target in an already existing target?


MortenMacFly

Quote from: puneet_m on October 30, 2007, 04:59:54 PM
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]