Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Programatically getting settings from the current project

Hello folks,
 
I want to write an external tool which will transfer the output of a selected managed make project to the target machine. So I need to find out
 
- which project is currently selected in the C/C++ projects navigator
- which configuration of this project is currently activated and
- what the name of output artifact is.
 
Can you give me any hints on how to gather this information?
 
Regards,
 
 
Norbert Plött
 

Back to the top