Where to find all build variables?

General questions regarding the usage of CodeLite
hongkun
CodeLite Curious
Posts: 2
Joined: Mon May 10, 2021 7:55 pm
Genuine User: Yes
IDE Question: c++
Contact:

Where to find all build variables?

Post 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.

User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Where to find all build variables?

Post 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

Make sure you have read the HOW TO POST thread
hongkun
CodeLite Curious
Posts: 2
Joined: Mon May 10, 2021 7:55 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Where to find all build variables?

Post by hongkun »

Thanks for your suggestion! Just started using code lite.

Post Reply