News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Variables in post build steps

Started by MC, June 22, 2014, 11:46:17 AM

Previous topic - Next topic

MC

I used $link_objects in a custom post build step.
Unfortunately it seems to have lost it's value.
When i look in the advanced compiler options under
"link objects to static library" $link_objects is also used there
and has also it's correct value when this link statement
is executed. 

Is there a reason why this variable is not accessible in post build step?

oBFusCATed

Because these variables are exposed only to the compiler.
The users variables are here: Users http://wiki.codeblocks.org/index.php?title=Variable_expansion
(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!]