Author Topic: Compiler profiles?  (Read 2485 times)

Offline m0n0

  • Single posting newcomer
  • *
  • Posts: 4
Compiler profiles?
« on: July 21, 2009, 12:31:20 pm »
Hello there,

I'm setting up a new system and i wanted to copy an existing Compiler Profile (a custom one...). But I can't find the files where the info is saved. Can anyone help?


Thanks and greets,
Ole

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Compiler profiles?
« Reply #1 on: July 21, 2009, 12:50:48 pm »
Depends on the system you use (windows, linux, mac).

You should use the tool cb_share_config[.exe], to export the compiler set from the conf-file.

The configuration is stored in default.conf an you find that file either in ~/.codeblocks on linux or below the APPDATA system folder on windows (on w2k and XP usually: c:\documents and settings\[username]\Application Data\codeblocks). On Vista, w7 and Mac: I don't know.

And again I strictly recommend to use cb_share_config to extrat the data. On linux it is installed by default and can be run from console, on windows it's in C::B's program-folder, but if installed with the 8.02-installer it does not get installed by default (if I remember right).

Offline m0n0

  • Single posting newcomer
  • *
  • Posts: 4
Re: Compiler profiles?
« Reply #2 on: July 21, 2009, 03:27:40 pm »
Thanks for the quick reply, I will have a look at the tool!

Thanks & greets