News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Just Adding a Folder

Started by Maxpm, June 30, 2011, 12:14:36 AM

Previous topic - Next topic

Maxpm

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?

oBFusCATed

Turn off Project -> Project tree -> Categorize by file types
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Maxpm