Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Maxpm on June 30, 2011, 12:14:36 am

Title: Just Adding a Folder
Post by: Maxpm on June 30, 2011, 12:14:36 am
I have a pre-existing project which uses a makefile.  Code::Blocks has pretty good support for makefiles, so that wasn't too much of an issue.  However, I'm trying to get the tree in the "Projects" pane to mirror the actual directory structure on the filesystem.

In other words, Code::Blocks is organizing all the files by type.  (Source, headers, etc.)  However, the files were already organized by different criteria on the filesystem.

How do I just add a reference to a pre-existing folder, so it appears exactly as-is in Code::Blocks?
Title: Re: Just Adding a Folder
Post by: oBFusCATed on June 30, 2011, 12:21:09 am
Turn off Project -> Project tree -> Categorize by file types
Title: Re: Just Adding a Folder
Post by: Maxpm on June 30, 2011, 01:08:26 am
Great.  Thanks!   :D