Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: ideasman42 on November 26, 2008, 04:09:07 am

Title: Creating a new project from existing source (but not existing project files)
Post by: ideasman42 on November 26, 2008, 04:09:07 am
Is there a way to make a new project, that doesn't try to make source c/cpp files - just references an existing directory?
I am working on a project in linux that has a large source tree, but linux dosnt use project files for building - just has scons and cmake files.

Id like like a way to do...
- new project.
- use this source dir
- dont make any new files except for codeblocks project settings ofcourse

Note, looked into this a bit further, and it seems this is harder then I expected, is there a way to use a directory without having to do a recursive import? - Since files may be added when updating svn that could get left out when developing later on.

Does this exist?