Author Topic: Customizing my project directory structure.  (Read 8201 times)

nabble

  • Guest
Customizing my project directory structure.
« on: December 10, 2012, 07:28:01 pm »
Hi, this is my first time using Code::Blocks 10.05 and whenever I create a project I like to separate my header files and source files into physical 'headers' and 'source' directories. But whenever I do that and then create my files in Code::Blocks it automatically creates a directory called 'Sources' or 'Headers' depending on the type of file. So my directory structure ends up looking like this within Code::Blocks:



I would like to have my code divided up logically on disk and just have 'Source' and 'Headers' directory within Code::Blocks. So is there a way to stop code blocks from automatically adding these virtual folders?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: Customizing my project directory structure.
« Reply #1 on: December 10, 2012, 08:11:16 pm »
Right click your project and (from the contextmenu) uncheck "Project tree -> Categorize by file type" .