Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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!
-
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
-
Thank you obfuscated,
I could create a template but wasn't good at editing the script.
Cheers,