eclipse c++ project layout question

I’d like to know if it is possible to create a c++ project with a
hierarchical directory
structure; in other words, can the project contain subfolders which contain
complete,
stand-alone, compilation targets? We usually partition our source code so
that
each separate target-system task is built from within its own source
directory.

So far, I haven’t managed to get a project with source code in sub-folders
to compile.
Please let me know what I’m doing wrong, or if what I want to do is not
supported
by eclipse.

TIA,

Dan Garber

I’d like to know if it is possible to create a c++ project with a
hierarchical directory
structure; in other words, can the project contain subfolders which contain
complete,
stand-alone, compilation targets? We usually partition our source code so
that
each separate target-system task is built from within its own source
directory.

If you want to have a single source folder with subfolders inside of Eclipse
you can do it but only if you use the Standard C Make projects. You can’t use
the QNX C Projects in this situation.

chris


Chris McKillop <cdm@qnx.com> “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

Look at the response from Dale Sherwood at 05.05.2003 in thread “Project
with more than one process”
With his hints I’m able to have multiple targets.
Each of them is located in a separate subfolder of the project.
Werner Schweizer

“Chris McKillop” <cdm@qnx.com> schrieb im Newsbeitrag
news:ba3kie$jrk$1@nntp.qnx.com

I’d like to know if it is possible to create a c++ project with a
hierarchical directory
structure; in other words, can the project contain subfolders which
contain
complete,
stand-alone, compilation targets? We usually partition our source code
so
that
each separate target-system task is built from within its own source
directory.


If you want to have a single source folder with subfolders inside of
Eclipse
you can do it but only if you use the Standard C Make projects. You can’t
use
the QNX C Projects in this situation.

chris


Chris McKillop <> cdm@qnx.com> > “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

Thanks :slight_smile: It certainly looks promising.

“Werner Schweizer” <nospamWrnr.Schwzr@ch.mullermartini.com> wrote in message
news:baa030$chj$1@inn.qnx.com

Look at the response from Dale Sherwood at 05.05.2003 in thread “Project
with more than one process”
With his hints I’m able to have multiple targets.
Each of them is located in a separate subfolder of the project.
Werner Schweizer

snip