Author Topic: Creating a new project from existing source (but not existing project files)  (Read 4665 times)

Offline ideasman42

  • Single posting newcomer
  • *
  • Posts: 4
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?
« Last Edit: November 26, 2008, 04:23:33 am by ideasman42 »