News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Creating a new project from existing source (but not existing project files)

Started by ideasman42, November 26, 2008, 04:09:07 AM

Previous topic - Next topic

ideasman42

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?