Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: printgoto10 on March 14, 2012, 07:17:23 pm

Title: Minimal installation - I need help with customizing projects
Post by: printgoto10 on March 14, 2012, 07:17:23 pm
I am trying to do complete project customization of codeblocks. I did a minimal - installation (selected it during install). This gave me a nice and decent installation which gives several project options, some of which require 3rd party libraries.

What I would like to do, is setup my own project types. For example there is a console application or win32 application (btw - I'm using windows), that you can select. I want to delete all the projects and create my own projects.

So my first question is this. What can I safely delete to make sure when I select projects, I get an empty box with no available project types. The second question is, what can I do to make a simple starter project, for example a win32 console app. I can program in C/C++, so Im not asking for code examples, just how to get the project templates going.

What is safe to delete, what files do I need to create etc.
Title: Re: Minimal installation - I need help with customizing projects
Post by: MortenMacFly on March 15, 2012, 05:24:17 am
...remove everything from [CodeBlocks]\share\CodeBlocks\templates\wizard except common_functions.script and config.script. Then edit config.script and adopt it after adding an own wizard.