News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

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]