Code::Blocks Forums
User forums => Help => Topic started by: FriedV on April 30, 2008, 09:40:59 am
-
First a big "Thank you" for this nice IDE, it is the best I've seen so far and I have tried some!
I use the wizard script by Brian Sidebothan to set up my AVR project, but I would like to change the compiler name, set the makefile to custom and change the "Make" commands in the build options. Doing this by hand works well, but I would like to keep these changes for the next project. How do I do this?
Thanks, Fried
-
Two ways:
- The easy one: create a new project, edit its options to your heart's contents and finally click "File->Save project as user-template"
- The not-so-easy one: edit the wizard script to perform the needed changes. For this you will need to get acquainted to C::B's scripting system (http://wiki.codeblocks.org/index.php?title=Scripting_Code::Blocks), specifically wizard scripts (http://wiki.codeblocks.org/index.php?title=Wizard_scripts).
-
Thanks very much for showing me the way, editing the wizard script worked perfectly!