Ability to add another project to a project's project view.
Thus allowing one project to manage multiple others.
Uses include large software where multiple files must be
compiled, such as DLLs and what not.
Completely agree with Kip. This multiproject-ability is also
known as 'Solution' (msvs - like). The multiple project
handling should also allow to share source files (.h for
example for building and using of libraries) between projects.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=229923
Dev would simply need to call child project's makefile.
Kip
Logged In: YES
user_id=164836
Completely agree with Kip. This multiproject-ability is also
known as 'Solution' (msvs - like). The multiple project
handling should also allow to share source files (.h for
example for building and using of libraries) between projects.