Author Topic: Apply Build Options to Multiple Projects  (Read 2991 times)

Offline tetburr

  • Single posting newcomer
  • *
  • Posts: 3
Apply Build Options to Multiple Projects
« on: May 07, 2009, 09:10:05 am »
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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Apply Build Options to Multiple Projects
« Reply #1 on: May 08, 2009, 08:01:45 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ