Author Topic: Minimal installation - I need help with customizing projects  (Read 3181 times)

printgoto10

  • Guest
Minimal installation - I need help with customizing projects
« 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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Minimal installation - I need help with customizing projects
« Reply #1 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.
« Last Edit: March 15, 2012, 05:26:05 am by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ