Actually, you are in luck. A new feature of CVI 6.0 is project workspaces. Workspaces can have multiple projects in them and batch building can be done on the entire workspace. Here is what you do:
1) Open your main project that uses the static libs.
2) In the Project window, go to Edit->Worspaces... and Add the static lib projects to the Workspace and close this window.
3) Notice that you will now be able to quickly switch between the project by going to File->Set Active Project.
4) Also, notice that you can now build all of the projects in a batch mode by selecting Build->Batch Build... The building will go in the order of the projects in the workspace so make sure your static lib projects are listed first.
This is also a handy featu
re for building the debug and release modes of your project at the same time.
Hope this helps,
Chris Matthews
National Instruments