Hi All,
Well, I was looking to create a master project as a root project which is dependent on sub projects as its nodes .
I was able to make one by using dependency tab in build options in master project ,but my requirement was not met.
I want that my child project should provide object files only and they should not use their own project settings, project configurations(as in app.cfg) instead they should inherit these from master and memory allocation to be used is that of master's .
Any suggestions ?