PDA

View Full Version : Problem with dependencies


erez_ny
07-05-2005, 01:20 AM
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.

kinook
07-05-2005, 07:57 AM
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/?makevc6projecttab.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.

erez_ny
07-05-2005, 10:11 AM
OK , Thanks, it worked.