Author Topic: Just Adding a Folder  (Read 7039 times)

Maxpm

  • Guest
Just Adding a Folder
« 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Just Adding a Folder
« Reply #1 on: June 30, 2011, 12:21:09 am »
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

  • Guest
Re: Just Adding a Folder
« Reply #2 on: June 30, 2011, 01:08:26 am »
Great.  Thanks!   :D