News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Minimal installation - I need help with customizing projects

Started by printgoto10, March 14, 2012, 07:17:23 PM

Previous topic - Next topic

printgoto10

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.

MortenMacFly

#1
...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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]