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.
Where to find all build variables?
-
- 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?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Where to find all build variables?
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
-
- 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?
Thanks for your suggestion! Just started using code lite.