|
#1
|
|||
|
|||
Problem with dependencies
Hi,
I am building with Visual Build a VC workspace containing 250 DSP's (projects). In the DSW I configured all dependencies (and there are a lot). When running visual build with "support library dependencies" checked, visual build opens a diffrent MSDEV process for each project build (not simultanously) and it takes forever to load the DSW in this MSDEV. If I uncheck this option, it runs faster but still opens a diffrent MSDEV and I don't know yet if it handles dependencies. Is there an option to handle dependencies in MSDEV and not in Visual Build? Thanks, Erez. |
#2
|
|||
|
|||
You only need to use the 'lib dependency' option if you are using project dependencies for automatic linking of static library projects in the workspace (dependencies are still used for determining build order if unchecked). See http://www.visualbuild.com/Manual/?m...projecttab.htm for more details.
And since the msdev command-line doesn't support building a single configuration of all projects, the answer to your second question is no. |
#3
|
|||
|
|||
Thanks!
OK , Thanks, it worked.
|
|
|