Page 1 of 1

Where to find all build variables?

Posted: Mon May 10, 2021 8:01 pm
by hongkun

Hi there,
I need to use certain build variables in my project setting to get the values like the current platform (like "linux"), target architecture (like "x86_64", "arm64"). I know that there are variabless available for other purpose, like $(WorkspacePath), $(ProjectName).
So wheere / how can I find all available build variables?
Thanks.


Re: Where to find all build variables?

Posted: Mon May 10, 2021 9:12 pm
by eranif

CodeLIte does not expose build related variables (like "arch" etc) it is not a compiler. this is something that your compiler exposes
To get list of available variables that CodeLite exposes, click the help button at the bottom of the project settings


Re: Where to find all build variables?

Posted: Mon May 10, 2021 11:06 pm
by hongkun

Thanks for your suggestion! Just started using code lite.