Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: designer303 on June 01, 2011, 10:33:08 pm

Title: Compiler and Linker Settings
Post by: designer303 on June 01, 2011, 10:33:08 pm
Hi all,
I am compiling a series of programs and I am using the same compiling and linker settings. Each time I compile it, I have to do them manually, which takes a lot of time. Is there a way to do it automatically? Is there a way to create something similar to 'user profiles'?

Thanks!
Title: Re: Compiler and Linker Settings
Post by: oBFusCATed on June 01, 2011, 10:36:12 pm
Have you tried File->Save as template? Then you do File -> New -> From template.
Another option is to make a custom wizard. File -> New->choose a similar wizard-> right click -> edit script
Title: Re: Compiler and Linker Settings
Post by: designer303 on June 01, 2011, 11:33:55 pm
Thank you obfuscated,
I could create a template but wasn't good at editing the script.

Cheers,