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.

[784 byte] By [coelurusa] at [2007-11-27 10:25:08]
# 1

I'm almost positive that nothing like that exists in the GUI. If you can

find a way to add an include Makefile into the auto-generated makefile

you might be able to add some hooks there. But I don't think that's

supported yet. Did you file an RFE at bugs.sun.com?

ChrisQuenellea at 2007-7-28 17:31:56 > top of Java-index,Development Tools,Solaris and Linux Development Tools...