News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Apply Build Options to Multiple Projects

Started by tetburr, May 07, 2009, 09:10:05 AM

Previous topic - Next topic

tetburr

I am working on an application with about 30 projects.  Is there a way to append the build options from one onto the others within Codeblocks without changing them all by hand or changing the .cbp files' xml directly?

Steve

MortenMacFly

Quote from: tetburr on May 07, 2009, 09:10:05 AM
without changing them all by hand or changing the .cbp files' xml directly?
That's what the scripting engine was designed for. Have a look in the WiKi and in the forums, search for "scripting".
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]