Author Topic: Exporting global variables  (Read 2724 times)

Offline sinoth

  • Single posting newcomer
  • *
  • Posts: 5
Exporting global variables
« on: December 27, 2010, 09:42:17 pm »
Is there any way to export global variables?  A few times I've had my default.conf file corrupt and it's a chore to re-enter all those global vars since I make one for each of my libraries.  Being able to export/import these would be great!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Exporting global variables
« Reply #1 on: December 27, 2010, 09:52:14 pm »
The tool "cb_share_config" was designed to do so. It's shipped with every nightly.
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

Offline sinoth

  • Single posting newcomer
  • *
  • Posts: 5
Re: Exporting global variables
« Reply #2 on: December 27, 2010, 10:03:07 pm »
Thank you, that worked great!  I had no idea such a tool existed.