I have a project that build a lot of different libraries (like Boost does, but it's not Boost) with configuration markings and build options. I want to build: MyLib.lib: the release library MyLib-D.lib debug library MyLib-A.lib non unicode version MyLib-AD.lib nin unicode debug library. How can I do this _efficiently_? Thanks Rodrigo