User forums > Using Code::Blocks

Variables in post build steps

(1/1)

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

Navigation

[0] Message Index

Go to full version