News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Can I use a user code define as post build variable?

Started by effemmeffe, October 06, 2020, 01:47:38 PM

Previous topic - Next topic

effemmeffe

I've read about variable expansion and learned how to add the date to my post build script.
I have a
#define MY_VAR  5
in my C code.
I'd like to use MY_VAR as a variable in my post build script, is it possible?
How?