Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: LETARTARE on April 13, 2025, 01:17:44 am
-
Context : writing the programming of a plugin for 'CB'.
In the menu : 'Project->Build Options ...->Custom variables'
:
What are the class methods for reading all the variables for the project and for the different targets ?
-
I still have no lead ...
-
If you are referring to "Custom variables" in "Project build options", look at CompilerOptionsDlg::DoFillVars() and other methods involving "lstVars".
-
Thank you very much.
This is exactly what I needed to read user-defined variables from a project.