Managing several project configurations
Hi!
Being a newbie with Sun Studio, but not exactly with programming, I have a question regarding project configurations.
Currently, I have a group of projects configured as dynamic libraries, the number may grow up to between 10 and 20. I want to be able to switch to static libraries, or even have both. Is this possible in a centralized way, so that I can change the type of the library in one place instead of in every project? Or perhaps even share project configurations?
I could write my own makefiles or do something similarly murky behind the scenes, but then I'd sort of break the idea with a neat automated build system via the IDE.
To make things simpler, the libraries are either all dynamic or all static, I don't need to mix both types.

