Author Topic: Newbee question  (Read 2631 times)

Offline FriedV

  • Single posting newcomer
  • *
  • Posts: 8
Newbee question
« 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Newbee question
« Reply #1 on: April 30, 2008, 09:57:56 am »
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, specifically wizard scripts.
Be patient!
This bug will be fixed soon...

Offline FriedV

  • Single posting newcomer
  • *
  • Posts: 8
Re: Newbee question
« Reply #2 on: April 30, 2008, 12:18:07 pm »
Thanks very much for showing me the way, editing the wizard script worked perfectly!