Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Adding build configurations

Greetings,

I'm looking for a good way to programmatically (with a plugin) add new build configurations (supplementing Debug and Release) to the CDT's managed make build system (either for specified projects or globally). A means of automatically defining configuration environment variables, in particular, would be useful. If someone could point me to the relevant chunk of the CDT API or source (if such functions are implemented) that would be great. Editing the relevant XML file(s) directly has been the only method I've found so far and I'm guessing that's not the best practice (plus I haven't yet found how to add configuration environment variables via the XML file(s)).

Thanks,

Wyatt Spear


Back to the top