Hi Chris,
The step is: You must remove the dependencies between libraries. It seems that the IDE, when it sees a library dependency, automatically links that library in for you.
So, wouldn't it be better to separate the static-linking projects from the others? Having all of them in a single Solution only makes sense if you want to batch-build them, but since static projects need different dependencies you can't do that, as AFAIK dependencies are project-wide, not configuration-wide. Whenever I load the .dsw after an update I have to uncheck all static projects from the batch build (because they won't build correctly anyway), and that's quite tedious.
Cheers, Marco _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
